make_checklist: Generate a Markdown Checklist of Species based on the output...

View source: R/make_checklist.R

make_checklistR Documentation

Generate a Markdown Checklist of Species based on the output of CTPL

Description

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.

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.

Value

This function only save the source code of a checklist of plants to the working directory. It does not return any value.

Author(s)

Jinlong Zhang

References

More details see the vignette.

See Also

CTPL, count_taxa,

Examples


# Do not run
# For more information, see the vignette


helixcn/plantlist documentation built on Aug. 4, 2022, 1:22 p.m.