Description Usage Arguments Details
This function creates help file (unless it already exists) with custom content.
1 2 3 4 5 | create_help_files_custom(
files,
help_dir = "helpfiles",
content = "This helpfile is not finished yet."
)
|
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. |
content |
A character string to display in the automatically created help file. |
This function is based on create_help_files
a lot.
The option for providing custom content
is the only improvement.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.