read_ecotaxa_tsv: Read tsv file from EcoTaxa

View source: R/read_ecotaxa_tsv.R

read_ecotaxa_tsvR Documentation

Read tsv file from EcoTaxa

Description

Read tsv file from EcoTaxa

Usage

read_ecotaxa_tsv(file, col_types = "auto", ...)

read_etx(file, col_types = "auto", ...)

Arguments

file

path to the tsv file.

col_types

a column specification for readr::read_tsv(), build with readr::cols(), or "auto" for automatic parsing.

...

passed to read_tsv.

Examples

d <- read_ecotaxa_tsv(file=system.file("extdata", "export.tsv", package="ecotaxar"))
glimpse(d)
d <- read_ecotaxa_tsv(file=system.file("extdata", "import.tsv", package="ecotaxar"))
glimpse(d)

ecotaxa/ecotaxar documentation built on Jan. 25, 2024, 2:08 p.m.