getDataset: Retrieving a BigML Dataset

Description Usage Arguments Details Value Author(s) References See Also

Description

Retrieving a BigML Dataset

Usage

1
getDataset(source_id, include_overview = TRUE, ...)

Arguments

source_id

A string giving the name of the source id.

include_overview

A logical value indicating whether to provide a simple data frame overview of fields.

...

Arbitrary named arguments that are passed on to formEncodeURL in order to create form-encoded URL options.

Details

This function needs to use id information from existing R resources. See the references for more details.

Value

category

numeric

code

numeric

content_type

character

created

character

credits

numeric

description

character

fields

data.frame (or list if flatten=FALSE)

file_name

character

md5

character

name

character

number_of_datasets

numeric

number_of_models

numeric

number_of_predictions

numeric

private

logical

resource

character

size

numeric

source_parser

list

status

list

tags

AsIs

type

numeric

updated

character

Author(s)

Leon Hwang hwang@bigml.com

References

https://bigml.com/developers/datasets

See Also

Other dataset methods: createDataset; listDatasets; quickDataset


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