The openEO package offers functions to transform list objects obtained from JSON into data.frames. This is mostly applied in list_* functions.

# S3 method for JobList
as.data.frame(x, ...)

# S3 method for ServiceList
as.data.frame(x, ...)

# S3 method for BandList
as.data.frame(x, ...)

# S3 method for CollectionList
as.data.frame(x, ...)

# S3 method for VersionsList
as.data.frame(x, ...)

# S3 method for FileFormatList
as.data.frame(x, ...)

Arguments

x

the list object that will be coerced

...

potentially additional parameters to pass on to internal functions like 'extract'

Value

a data.frame

Details

The parameter 'extract' is used as an additional parameter to extract specific values of the output list / json. The value for the parameters is a vector of character like c('id','title')