R/new-dataset.R
createWithPreparedData.RdIf you have manually created a Crunch dataset object with prepareDataForCrunch()
this function allows you to upload it to the app.
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.