powered by
Return the number of ids in a user's restez database.
count_db_ids(db = "nucleotide")
integer
character, database name
Requires an open connection. If no connection or db 0 is returned.
Other database: db_create(), db_delete(), db_download(), demo_db_create(), is_in_db(), list_db_ids()
db_create()
db_delete()
db_download()
demo_db_create()
is_in_db()
list_db_ids()
library(restez) restez_path_set(filepath = tempdir()) demo_db_create(n = 5) (count_db_ids()) # delete demo after example db_delete(everything = TRUE)
Run the code above in your browser using DataLab