restez_status | R Documentation |
Report to console current setup status of restez.
restez_status(gb_check = FALSE)
gb_check |
Check whether last download was from latest GenBank release? Default FALSE. |
Set gb_check=TRUE to see if your downloads are up-to-date.
Status class
Other setup:
restez_path_get()
,
restez_path_set()
,
restez_path_unset()
,
restez_ready()
library(restez)
fp <- tempdir()
restez_path_set(filepath = fp)
demo_db_create(n = 5)
restez_status()
db_delete(everything = TRUE)
# Errors:
# restez_status()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.