load_population {taxonbridge}R Documentation

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).

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.

Value

A tibble containing merged GBIF and NCBI taxonomic data.

Examples

## Not run: load_population("path/to/merged_taxonomies")

[Package taxonbridge version 1.2.2 Index]