colonoscopy-package: Exposing or hiding package dependencies in R code.

colonoscopy-packageR Documentation

Exposing or hiding package dependencies in R code.

Description

colonoscopy allows you to transform R code by adding or removing namespace access operators ('::' and ':::') in accordance with the search path in an environment.

Details

RStudio users can find addins "Scope selection" and "Unscope selection" to apply the respective function and replace the selected code.

Author(s)

Maintainer: Tyler Grant Smith tyler.grant.smith@gmail.com

See Also

Useful links:

Examples

scope("1+1")
scope("tail")
scope("scope")
scope(scope)


TylerGrantSmith/colonoscopy documentation built on Aug. 22, 2022, 11:58 p.m.