getArgFromCall | R Documentation |
These are higher-level accessor functions for working with language objects and meta-programming so that we can talk about high-level operations and concepts and not the specific representation of R language objects.
getArgFromCall(call, arg, asCharacter = TRUE)
isFunAssign(x, toSymbol = TRUE)
pkgSymbolsUsed(pkg, fromPkg, ns = getNamespace(pkg), exportedOnly = TRUE)
call , x |
the R call language object |
arg |
the name of the argument to extract from the call |
asCharacter |
a logical value controlling whether to deparse the result or leave it is a language object |
pkg |
the name of the package which is calling functions from another package |
fromPkg |
the name of the other package whose functions are being called |
ns |
the namespace's environment |
exportedOnly |
a logical value. If |
toSymbol |
a logical value that if |
a character vector/string or a language object.
Duncan Temple Lang
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.