getGENOMEREPORT {biomartr}R Documentation

Retrieve NCBI GENOME_REPORTS file

Description

Retrieves NCBI GENOME_REPORTS file from ftp://ftp.ncbi.nlm.nih.gov/genomes/GENOME_REPORTS/overview.txt.

Usage

getGENOMEREPORT(
  local_file = file.path(cachedir(), "_ncbi_downloads", "overview.txt")
)

Arguments

local_file

character, file path, default: file.path(cachedir(), "_ncbi_downloads", "overview.txt")

Value

a tibble object with the report

Author(s)

Hajk-Georg Drost

Examples

## Not run: 
report <- getGENOMEREPORT()
report

## End(Not run)

[Package biomartr version 1.0.7 Index]