getSource: Retrieving a BigML Source

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

Description

Retrieving a BigML Source

Usage

1
getSource(source_id, flatten = TRUE)

Arguments

source_id

A character value giving the name of the source.

flatten

A logical value indicating whether to flatten the response into a data frame.

...

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/sources

See Also

Other source methods: createSource; listSources; quickSource


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