Description Usage Arguments Details Author(s)
Extract assigned names from R code.
1 2 3 4 5 | CodingStyle(expr, ...)
## S3 method for class 'expression'
CodingStyle(expr, ...)
## S3 method for class 'package.code'
CodingStyle(expr, ...)
|
expr |
A single R expression or package.code object, or a list of R expression orpackage.code objects. |
... |
Further arguments to pass to method implementation. |
CodingStyle.expression
returns a data.table
containing
the name of the variable assigned, whether it is global or not and its
type.
CodingStyle.list
and CodingStyle.package.code
apply
CodingStyle.expression
on list of expressions.
Maëlick Claes <himself@maelick.net>
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.