powered by
Specify the filepath for the local GenBank database.
restez_path_set(filepath)
character, valid filepath to the folder where the database should be stored.
Adds 'restez_path' to options(). In this path the folder 'restez' will be created and all downloaded and database files will be stored there.
Other setup: restez_path_get(), restez_path_unset(), restez_ready(), restez_status()
restez_path_get()
restez_path_unset()
restez_ready()
restez_status()
if (FALSE) { library(restez) restez_path_set(filepath = 'path/to/where/you/want/files/to/download') }
Run the code above in your browser using DataLab