powered by
Return the number of ids in a user's restez database.
count_db_ids(db = "nucleotide")
character, database name
integer
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
# NOT RUN { library(restez) restez_path_set(filepath = tempdir()) demo_db_create(n = 5) restez_connect() (count_db_ids()) # delete demo after example db_delete(everything = TRUE) # }
Run the code above in your browser using DataLab