Learn R Programming

taxotools (version 0.0.79)

wiki2taxo: Wikipedia list to taxo

Description

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

Usage

wiki2taxo(wikisyn)

Arguments

wikisyn

Wikipedia synonyms list

Value

taxolist

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: cast_cs_field(), melt_cs_field(), merge_lists(), syn2taxo()

Examples

Run this code
# NOT RUN {
if(interactive()){
 wikilist <- list_wiki_syn("Abrothrix illutea")
 wiki2taxo(wikilist)
 }
# }

Run the code above in your browser using DataLab