on_path_not_exists | R Documentation |
Function called if path does not exists
on_path_not_exists(fun)
fun |
a function, one-side formula or NULL; if missing, returns value of the path.chain.on.path.not.exists option |
# We'll create an options backup for this example
old.options <- options()
on_path_not_exists(print)
on_path_not_exists()
options(old.options)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.