get_vars | R Documentation |
Determining the variables that are created in a script is useful for orienting code cleaning (i.e. refactoring) efforts.
get_vars(script)
script |
File path to a script or a Script object from CodeDepends. |
A list of variables from a given script.
Matthew K. Lau
script <- system.file( "example", "simple_script.R", package = "Rclean") get_vars(script)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.