CTPL2 {plantlist} | R Documentation |
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.
CTPL2(infile = NULL, outfile = "result_CTPL2.xlsx")
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
# Not run # see the vignettes