Description Usage Arguments Details Value Author(s) References Examples
This function adds the following columnes SPECIES, SPECIES_FULL, GENUS, GENUS_CN, FAMILY_APGIII, FAMILY_CN, GROUP, IUCN_CHINA, ENDEMIC_TO_CHINA, PROVINTIAL_DISTRIBUTION, ALTITUDE to the supplied dataframe based on the Chinese Name of plants in the first column.
1 |
infile |
Name of the xlsx file containing the Chinese names of plants. It must use the first row as column names and the Chinese Names must be in the First Column. |
outfile |
Name of the xlsx file. |
SPECIES
: scientific name without authors
SPECIES_FULL
:scientific name with authors
GENUS
:genus
GENUS_CN
: genus in Chinese
FAMILY_APGIII
: genus in APGIII
FAMILY_CN
: Chinese name for the family
GROUP
: major group of plants
IUCN_CHINA
: the IUCN conservation status of this species
ENDEMIC_TO_CHINA
: if the species is endemic to China
PROVINTIAL_DISTRIBUTION
: the provincial distribution
ALTITUDE
: altitudinal range
A dataframe with taxonomic information for each species added.
Jinlong Zhang jinlongzhang01@gmail.com
Various sources. Detailed information for the master file is available at https://github.com/helixcn/plantlist_data
1 2 | # Not run
# see the vignettes
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.