listDatasets: Listing BigML Datasets

Description Usage Arguments Value Author(s) References See Also

Description

Listing BigML Datasets

Usage

1
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

Author(s)

Leon Hwang hwang@bigml.com

References

https://bigml.com/developers/datasets

See Also

Other dataset methods: createDataset; getDataset; quickDataset


bigml documentation built on May 2, 2019, 2:06 a.m.