Description
Flatten form schema to a table
Usage
as.data.frame(x, row.names = NULL, optional = FALSE, ...)
Arguments
| Argument | Description |
|---|---|
x |
an object of class formSchema as returned by getFormSchema . |
row.names |
NULL or a character vector giving the row names for the data frame. Missing values are not allowed. |
optional |
logical, if TRUE then converting column names is optional. |
... |
additional arguments passed on to as.data.frame . |
Details
Note that if stringsAsFactors is not explicitly set to TRUE , then this method uses FALSE as a default, not default.stringsAsFactors() .