Learn R Programming

taxotools (version 0.0.139)

wiki2taxo: Wikipedia list to taxo

Description

Converts the output of list_wiki_syn function to taxolist format of taxotools package

Usage

wiki2taxo(wikisyn)

Value

taxolist

Arguments

wikisyn

Wikipedia synonyms list

Details

Output of list_wiki_syn function has different format than taxolist. This function converts it making sure to add additional fields and maintain the synonym linkages.

See Also

Other List functions: DwC2taxo(), cast_cs_field(), compact_ids(), get_synonyms(), match_lists(), melt_cs_field(), merge_lists(), syn2taxo(), synonymize_subspecies(), taxo2DwC(), taxo2doc(), taxo2syn()

Examples

Run this code
# \donttest{
 wikilist <- list_wiki_syn("Abrothrix illutea")
 wiki2taxo(wikilist)
# }

Run the code above in your browser using DataLab