as.data.frame | R Documentation |
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 class 'JobList' as.data.frame(x, ...) ## S3 method for class 'ServiceList' as.data.frame(x, ...) ## S3 method for class 'BandList' as.data.frame(x, ...) ## S3 method for class 'CollectionList' as.data.frame(x, ...) ## S3 method for class 'VersionsList' as.data.frame(x, ...) ## S3 method for class 'FileFormatList' as.data.frame(x, ...)
x |
the list object that will be coerced |
... |
potentially additional parameters to pass on to internal functions like 'extract' |
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')
a data.frame
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.