restez_status {restez} | R Documentation |
Check restez status
Description
Report to console current setup status of restez.
Usage
restez_status(gb_check = FALSE)
Arguments
gb_check |
Check whether last download was from latest GenBank release? Default FALSE. |
Details
Set gb_check=TRUE to see if your downloads are up-to-date.
Value
Status class
See Also
Other setup:
restez_path_get()
,
restez_path_set()
,
restez_path_unset()
,
restez_ready()
Examples
library(restez)
fp <- tempdir()
restez_path_set(filepath = fp)
demo_db_create(n = 5)
restez_status()
db_delete(everything = TRUE)
# Errors:
# restez_status()
[Package restez version 2.1.4 Index]