callGraph | Create a Function Call Graph |
constInputs | Determine which parameters are not modified in a function |
csvTypeInfo | Get information about CSV columns and number of rows |
findAssignsTo | Find assignments to variables in R code |
findCallsParam | Determine if a function directly invokes any its arguments as... |
findCallsToFunctions | Find all calls to given functions or all assignments to... |
findLiterals | Find all literal language objects in R code object |
findLoopConcat | Identify loop code that concatenates results |
findLoops | Find explicit loops in R code |
findNSE | Find Non-standard evaluation via static code analysis |
findReadDataFuns | Identify functions that call read and write functions |
findUnusedArgs | Find unused parameters and local variables |
findUsedOptions | Find options set or read in R code |
freeVariables | Find undefined variables in top-level R code/script |
getAllCalls | Get all function calls in R code |
getArgFromCall | Accessor Functions |
getCallPaths | Get all call paths/sequences to a function |
getDepends | Get dependent input, output and data files for an R script. |
getFilesRead | Find which files are read in code |
getFunctionDefs | Get function definitions in R code files, functions,... |
getGlobals | Compute information about uses of globals, etc. for a... |
getIfCond | Accessor functions for elements of 'if' language objects |
getInputFiles | Find the file names that are read or written in R code |
getR6ClassInherits | Compute the class hierarchy for a collection of R6 class... |
getSourceInfo | Which R files source other files |
getURLs | Find literal URLs in R code |
insertLang | Insert language/code object(s) into a function or any... |
isParameter | Determine if a variable name is a function parameter or a... |
isSymbol | Helper function for comparing a language object to a... |
loadCode | Load R code from a directory |
mkClassGraph | Create graph of S4 class hierarchy |
mkGlobalsLocal | Modify a function to make the global variables additional... |
pkgCodeInfo | Information about code in an R file or directory of R files |
removeAfterReturn | Remove any code after a top-level 'return' call |
removeConstIf | Eliminate dead if code |
returnsFunction | Checks whether a function returns a function? |
rlangType | Get the R language type of an rstatic AST object |
S3Assignments | Identify S3 class assignments in R code |
substituteDefaultValues | Insert code for default values into the body of the code |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.