restez_path_set: Set restez path

View source: R/filepath-tools.R

restez_path_setR Documentation

Set restez path

Description

Specify the filepath for the local GenBank database.

Usage

restez_path_set(filepath)

Arguments

filepath

character, valid filepath to the folder where the database should be stored.

Details

Adds 'restez_path' to options(). In this path the folder 'restez' will be created and all downloaded and database files will be stored there.

See Also

Other setup: restez_path_get(), restez_path_unset(), restez_ready(), restez_status()

Examples

## Not run: 
library(restez)
restez_path_set(filepath = 'path/to/where/you/want/files/to/download')

## End(Not run)

ropensci/restez documentation built on April 21, 2024, 2:40 p.m.