Skip to content

Commit

Permalink
Merge pull request #119 from jasonO6359/master
Browse files Browse the repository at this point in the history
update taxa_tbl, silence unnecessary warning (#118)
  • Loading branch information
cboettig authored Mar 6, 2024
2 parents 17e3690 + a456355 commit 7b0d07a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/taxa_tbl.R
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ taxa_tbl <- function(
if (!has_table(tbl_name, db)){
td_create(provider = provider, schema = schema, version = version, db = db)
}
dplyr::tbl(db, tbl_name)
dplyr::tbl(db, tbl_name, check_from = FALSE)
}


Expand Down

0 comments on commit 7b0d07a

Please sign in to comment.