| wiki2taxo | R Documentation |
Converts the output of list_wiki_syn function to taxolist format of taxotools package
wiki2taxo(wikisyn)
wikisyn |
Wikipedia synonyms list |
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.
taxolist
Other List functions:
DwC2taxo(),
cast_cs_field(),
compact_ids(),
get_synonyms(),
match_lists(),
melt_cs_field(),
merge_lists(),
syn2taxo(),
synonymize_subspecies(),
taxo2DwC(),
taxo2doc(),
taxo2syn()
wikilist <- data.frame("Name" = c("Abrothrix illutea",
"Abrothrix illutea"),
"WikiName" = c("Abrothrix illuteus",
"Abrothrix illuteus"),
"OrigSyn" = c("Akodon illuteus",
"Abrothrix illuteus"),
"Syn" = c("Akodon illuteus",
"Abrothrix illuteus"))
wiki2taxo(wikilist)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.