herblabel-package {herblabel} | R Documentation |
This package is designed for making herbarium labels and annotation slips based on the information stored in template files. The RTF file can be edited in MS Word or Open Office etc. It also provides a number of conversion utilities.
Package: | herblabel |
Type: | Package |
Title: | Making Labels for Herbarium Specimens in RTF and More |
Version: | 0.7.1 |
Date: | 2018-01-17 |
Authors@R: | person("Jinlong", "Zhang", role = c("aut", "cre"), email = "jinlongzhang01@gmail.com") |
Author: | Jinlong Zhang [aut, cre] |
Maintainer: | Jinlong Zhang <jinlongzhang01@gmail.com> |
Description: | Making Labels for Herbarium Specimens in RTF based on Darwin Core Templates. |
Depends: | R (>= 3.0.3) |
Encoding: | UTF-8 |
Suggests: | openxlsx |
License: | GPL-2 |
LazyLoad: | yes |
LazyData: | true |
URL: | https://github.com/helixcn/herblabel |
NeedsCompilation: | no |
Packaged: | 2018-01-17 09:51:50 UTC; jlzhang |
Repository: | R-Forge |
Repository/R-Forge/Project: | herblabel |
Repository/R-Forge/Revision: | 36 |
Repository/R-Forge/DateTimeStamp: | 2018-01-17 16:08:12 |
Date/Publication: | 2018-01-17 16:08:12 |
Index of help topics:
annotation_label Making RTF Annotation labels based on annotation template fill_dwc Filling taxonomic information based on Local Name for Darwin Core Template herbarium_label Creating RTF herbarium labels based on Darwin Core herbarium records template herblabel-package Making Labels for Herbarium Specimens in RTF and more. latin_source Latin words parse_taxa Parsing scientific names for a species pgenus The Genus-Family Relationship for higher plants based on Plantlist Website spfoc The Chinese Names from Flora of China spfrps The Chinese Names and full scientific names for the vascular Plants in China tplsplist The Accepted Plant Names from the Plantlist
Jinlong Zhang
Maintainer: Jinlong Zhang <jinlongzhang01@gmail.com>
path <- system.file("extdata", "DARWIN_CORE_HERBARIUM_RECORDS.xlsx", package = "herblabel") library(openxlsx) dat_test <- read.xlsx(path) herbarium_label(dat = dat_test, outfile = "HERBARIUM_LABELS_dat.rtf")