colonoscopy-package | R Documentation |
colonoscopy allows you to transform R code by adding or removing namespace access operators ('::' and ':::') in accordance with the search path in an environment.
RStudio users can find addins "Scope selection" and "Unscope selection" to apply the respective function and replace the selected code.
Maintainer: Tyler Grant Smith tyler.grant.smith@gmail.com
Useful links:
Report bugs at https://github.com/TylerGrantSmith/colonoscopy/issues
scope("1+1") scope("tail") scope("scope") scope(scope)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.