Skip to content

Commit

Permalink
Clarify what is returned
Browse files Browse the repository at this point in the history
  • Loading branch information
PietrH authored Sep 13, 2024
1 parent d924f1f commit b013e6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/write_dwc.R
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ write_dwc <- function(credentials = list(
# Close connection
DBI::dbDisconnect(connection)

# Return object or write files
# Return list of dataframes
return(
list(dwc_occurrence = dplyr::as_tibble(dwc_occurrence))
)
Expand Down

0 comments on commit b013e6e

Please sign in to comment.