Skip to content

Commit

Permalink
add dplyr::
Browse files Browse the repository at this point in the history
  • Loading branch information
sannegovaert committed Jul 17, 2024
1 parent 15d86c3 commit c03c35b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dwc_mapping.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ dwc_mof_sql <- glue::glue_sql(
.con = con
)
dwc_mof <- DBI::dbGetQuery(con, dwc_mof_sql)%>%
arrange(as.double(gsub("VIS_", "", eventID)))
dplyr::arrange(as.double(gsub("VIS_", "", eventID)))
```

# Save data to CSV
Expand Down

0 comments on commit c03c35b

Please sign in to comment.