Description Usage Arguments Examples
It uses the YAML spec file to create a single help entry. Its output is a text vector, with 'HTML' content.
1 | create_html_help(spec_path, package = NULL)
|
spec_path |
The file location of the YAML spec translation file. It is a required argument, cannot be left empty. |
package |
Name of the package as a character variable. It is used in the help tracker. |
1 2 3 | library(datalang)
my_spec <- system.file("specs/thisweek.yml", package = "datalang")
create_html_help(my_spec)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.