Description Usage Arguments Value Examples
FormalsToDf is called inside a function where some formal arguments may have
been supplied as vectors. FormalsToDf constructs a dataframe from the
arguments which can then be passed to plyr::mlply (or similar, e.g. mdply) to
return a list of results.  The assumption is that all vector arguments are
collated: 1) NULL arguments are dropped; 2) all arguments of length > 1 all have
the same length and are collated.
1  | FormalsToDf(theFunc, envir = parent.frame())
 | 
meta | 
 Character the metadata field.  | 
package | 
 Character The package to query for metadata.  | 
Dataframe
1 2 3 4 5 6 7 8  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.