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


Hackout2/repijson documentation built on May 6, 2019, 9:48 p.m.