Description Usage Arguments Examples
View source: R/create_help_files.R
Helper function to be run interactively - it will initialise a directory of
help files (.md files) in help_dir, using the vector of files. Pass it a vector
of filenames which you which to use with type = "markdown"
in your calls to
helper
.
1 | create_help_files(files, help_dir = "helpfiles")
|
files |
A character vector of names to use in creating help files. |
help_dir |
A character string of the directory to use for help files. |
1 2 | create_help_files(files = c("Clusters", "Columns", "PlotHelp"),
help_dir = "helpfiles")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.