runtime_setup | R Documentation |
A function user as a wrapper for runtime functions invocation to ensure crucial fucntionality, such as imports, logging, etc., all work as expected.
runtime_setup(FUN, options_file_name = NULL, options_dir = NULL)
FUN |
function The function to be called after the setup. |
options_file_name |
[character] Name of the options file to use, including the suffix. |
options_dir |
[character, optional] Path to the directory that contains user options. Defaults to the directory specified in PATHS. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.