Skip to content

Commit

Permalink
Update bacdive url
Browse files Browse the repository at this point in the history
  • Loading branch information
jwokaty committed Jul 15, 2024
1 parent 8fc1c6d commit b3de581
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/bacdive.R
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
.importBacDiveExcel <- function(verbose = FALSE) {
if (verbose)
message('Importing BacDive...')
url <- 'https://docs.google.com/spreadsheets/d/1smQTi1IKt4wSGTrGTW25I6u47M5txZkq/export?format=csv'
url <- 'https://docs.google.com/spreadsheets/d/1mq3Crfis_CoJimLVrIoDFGf592bvMAqo/export?format=csv'
bacdive <- utils::read.csv(url)
colnames(bacdive) <- tolower(colnames(bacdive))
return(bacdive)
Expand Down

0 comments on commit b3de581

Please sign in to comment.