Return the number of ids in a user's restez database.
See also
Other database:
db_create()
,
db_delete()
,
db_download()
,
demo_db_create()
,
is_in_db()
,
list_db_ids()
Examples
library(restez)
restez_path_set(filepath = tempdir())
#> ... Creating '/tmp/RtmpJvhvXj/restez'
#> ... Creating '/tmp/RtmpJvhvXj/restez/downloads'
demo_db_create(n = 5)
(count_db_ids())
#> [1] 5
# delete demo after example
db_delete(everything = TRUE)