Description Details Author(s) Examples
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.
This package was not yet installed at build time.
Index: This package was not yet installed at build time.
Jinlong Zhang
Maintainer: Jinlong Zhang <jinlongzhang01@gmail.com>
1 2 3 4 5 | 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")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.