Upload a prepared data.frame with metadata to Crunch
createWithPreparedData(data, metadata = attr(data, "metadata"))
a data.frame that meets the Crunch API specification, as returned
by prepareDataForCrunch
, or a character path to a file or URL
where such data has been written as CSV.
list of Crunch metadata that corresponds to data
.
Default is the "metadata" attribute of data
, as returned by
prepareDataForCrunch
, or a character path to a file where such
metadata has been written as JSON.
A CrunchDataset.