View source: R/createFunctionAssignObjects.R
createFunctionAssignObjects | R Documentation |
Create Function to Provide Package Objects in Global Environment
createFunctionAssignObjects(package)
package |
name of package for which to create a shortcut to
|
This function returns a function that internally calls
assignPackageObjects(package = package)
provideFunctions <- createFunctionAssignObjects("kwb.utils")
## Not run:
provideFunctions()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.