Learn R Programming

restez (version 1.0.0)

db_download: Download database

Description

Download .seq.tar files from the latest GenBank release. The user interactively selects the parts of GenBank to download (e.g. primates, plants, bacteria ...)

Usage

db_download(db = "nucleotide", overwrite = FALSE,
  preselection = NULL)

Arguments

db

Database type, only 'nucleotide' currently available.

overwrite

T/F, overwrite pre-existing downloaded files?

preselection

character of user input

Value

T/F, if all files download correctly, TRUE else FALSE.

Details

The downloaded files will appear in the restez filepath under downloads.

See Also

Other database: count_db_ids, db_create, db_delete, demo_db_create, is_in_db, list_db_ids

Examples

Run this code
# NOT RUN {
library(restez)
restez_path_set(filepath = 'path/for/downloads')
db_download()
# }

Run the code above in your browser using DataLab