createWithPreparedData {crunch} | R Documentation |
Upload a prepared data.frame with metadata to Crunch
Description
If you have manually created a Crunch dataset object with prepareDataForCrunch()
this function allows you to upload it to the app.
Usage
createWithPreparedData(data, metadata = attr(data, "metadata"))
Arguments
data |
a data.frame that meets the Crunch API specification, as returned
by |
metadata |
list of Crunch metadata that corresponds to |
Value
A CrunchDataset.
[Package crunch version 1.30.4 Index]