Generate a Markdown Checklist of Species based on the output of CTPL
Source:R/make_checklist.R
make_checklist.Rd
Generated a checklist of all the species based on the output of CTPL, with all the Families appear based on modern classification systems (eg. APGIII).
Usage
make_checklist(
checklist_dat = NULL,
outfile = "output_make_checklist.md",
theme = c("complex", "simple", "minimal")
)
Arguments
- checklist_dat
A data.frame generated by CTPL, or the same form.
- outfile
The name of the markdown file to generate.
- theme
Different themes, only selected one once.
Value
This function only save the source code of a checklist of plants to the working directory. It does not return any value.
Details
The output is in Markdown format, which is very convenient to be converted to tex, word, html, pdf ... using Pandoc or the rmarkdown package.