restez_status: Check restez status

View source: R/status-tools.R

restez_statusR 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()

AntonelliLab/restez documentation built on April 22, 2024, 7:27 p.m.