as.data.frame.formSchema: Flatten form schema to a table

View source: R/forms.R

as.data.frame.formSchemaR Documentation

Flatten form schema to a table

Description

Flatten form schema to a table

Usage

## S3 method for class 'formSchema'
as.data.frame(x, row.names = NULL, optional = FALSE, ...)

Arguments

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().


bedatadriven/activityinfo-R documentation built on Dec. 21, 2024, 8:23 a.m.