Learn R Programming

bigml (version 0.1.2)

getDataset: Retrieving a BigML Dataset

Description

Retrieving a BigML Dataset

Usage

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.

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

Details

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

References

https://bigml.com/developers/datasets

See Also

Other dataset methods: createDataset; listDatasets; quickDataset