Learn R Programming

MIC (version 1.1.0)

download_patric_db: Download PATRIC database

Description

Download PATRIC database

Usage

download_patric_db(save_path, ftp_path = patric_ftp_path, overwrite = FALSE)

Value

TRUE if successful, FALSE if failure.

Arguments

save_path

Save path (should be .txt)

ftp_path

PATRIC database FTP path to download

overwrite

Force overwrite

Examples

Run this code
# \donttest{
download_patric_db(tempfile())
# }

Run the code above in your browser using DataLab