powered by
Function called if path does not exists
on_path_not_exists(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)
Run the code above in your browser using DataLab