addDyntaxa: Add taxonomic ranks to datasets from dyntaxa.se

View source: R/importShark.R

addDyntaxaR Documentation

Add taxonomic ranks to datasets from dyntaxa.se

Description

Add taxonomic ranks to datasets from dyntaxa.se

Usage

addDyntaxa(data)

Arguments

data

(Required) A string representing the type of data to be downloaded. (Only "Zooplankton" and "Phytoplankton" tested).

possibly

(Optional, default=TRUE) Logical. If TRUE: datasets that does not fit the format (cannot be read as TSV) will not be downloaded. If FALSE: the function will stop if an errournous dataset is encountered.

Value

A dataframe.

Examples


data <- getSHARK("Phytoplankton") %>%
   addDyntaxa()


andreasnovotny/shaRk documentation built on Feb. 12, 2023, 7:06 p.m.