Closed brancengregory closed 1 year ago
I updated the documentation to accommodate the ...
and .con
we added to ojo_check_ssl()
and ojo_search_minutes()
, and I also updated the pkgdown to include the new functions ojo_collect()
, ojo_version()
, and skip_if_no_db()
. Also removed dplyr
from depends since you can just use ojo_collect()
now
Let's add dplyr back in since you will never not be mutating/filtering/etc.! @andrewjbe
We just need to write some tests and then this looks good for review!
@andrewjbe Note the documentation of
DBI::dbGetRowCount
. The purpose is to get the number of rows that have been fetched in total fromdbFetch
so far, not to get the total number of rows that will be in the result set