Description Usage Arguments Examples
Attempts to load a package in case an error is issued
1 | try_require(package, fun)
|
package |
name of the package to load |
fun |
name of function that needs the package |
1 | try_require("stats", "my_function")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.