Learn R Programming

taxonbridge (version 1.2.1)

load_population: Load previously merged GBIF and NCBI taxonomies

Description

Load previously merged GBIF and NCBI taxonomies

Usage

load_population(x)

Arguments

x

Path to a text file containing previously merged NCBI and GBIF taxonomies (compressed or uncompressed).

Value

A tibble containing merged GBIF and NCBI taxonomic data.

Details

This method imports a previously merged taxonomy from your file system. An example of a previously merged taxonomy can be downloaded from https://drive.google.com/file/d/1gpvm9QKdOcuGo_cIXPkAgGlB-qfKZZU6/view?usp=sharing.

Examples

Run this code
# NOT RUN {
load_population("path/to/merged_taxonomies")
# }

Run the code above in your browser using DataLab