| stubs_path | R Documentation |
Returns the path to the user's stubs directory, or the framework stubs directory if no user stubs exist.
stubs_path(which = "auto")
which |
Character. Which directory to return:
|
Character path to stubs directory
if (FALSE) {
# Get active stubs directory
stubs_path()
# Get framework stubs directory
stubs_path("framework")
# Get user stubs directory
stubs_path("user")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.