Skip to content

Commit

Permalink
update taxa_tbl, silence unnecessary warning (#118)
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonO6359 committed Mar 1, 2024
1 parent 17e3690 commit a456355
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 a456355

Please sign in to comment.