as.data.frame.ejObject: convert an ejObject to a dataframe with one row per record

Description Usage Arguments Value

View source: R/data.frame.R

Description

convert an ejObject to a dataframe with one row per record

Usage

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

Arguments

x

an ejObject

row.names

NULL or a character vector giving the row names for the data frame. Missing values are not allowed.

optional

not used.

...

other parameters passed to data.frame.

Value

dataframe


repijson documentation built on May 29, 2017, 2:12 p.m.