check_options | R Documentation |
check_options()
is to be used in the prep function to ensure that options
arguments are lists and contain the right elements.
check_options(options, exclude = NULL, include = NULL, call = caller_env())
options |
options to be checked. |
exclude |
Character vector, elements that can't be present in |
include |
Character vector, Allowed elements in |
developer_functions
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.