Rdocumentation
powered by
Learn R Programming
bigml (version 0.1.2)
getSource: Retrieving a BigML Source
Description
Retrieving a BigML Source
Usage
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.
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/sources
See Also
Other source methods:
createSource
;
listSources
;
quickSource