Learn R Programming

bigml (version 0.1.2)

listDatasets: Listing BigML Datasets

Description

Listing BigML Datasets

Usage

listDatasets(flatten = TRUE, datasets_only = TRUE, ...)

Arguments

flatten
A logical value indicating whether to flatten the response into a dataframe.
datasets_only
A logical value indicating whether to only return the data frame of field information (only valid if flatten is TRUE).
...
Arbitrary named arguments that are passed on to formEncodeURL in order to create form-encoded URL options.

Value

If flatten is TRUE, and datasets_only = TRUE a data frame of:
category
numeric
code
numeric
columns
numeric
created
character
credits
numeric
description
character
locale
character
name
character
number_of_models
numeric
number_of_predictions
numeric
private
logical
resource
character
rows
numeric
size
numeric
source
character
source_status
logical
status.bytes
numeric
status.code
numeric
status.elapsed
numeric
status.message
character
status.serialized_rows
numeric
updated
character
If flatten is TRUE and datasets_only = FALSE a list of:
meta
list
datasets
data.frame
fields
data.frame
If flatten is FALSE a list of:
meta
list
objects
list
see references for more details

References

https://bigml.com/developers/datasets

See Also

Other dataset methods: createDataset; getDataset; quickDataset