as.data.frame.formSchema | R Documentation |
Flatten form schema to a table
## S3 method for class 'formSchema'
as.data.frame(x, row.names = NULL, optional = FALSE, ...)
x |
an object of class formSchema as returned by |
row.names |
NULL or a character vector giving the row names for the data frame. Missing values are not allowed. |
optional |
logical, if |
... |
additional arguments passed on to |
Note that if stringsAsFactors
is not explicitly set to TRUE
, then this method uses
FALSE
as a default, not default.stringsAsFactors()
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.