Learn R Programming

crunch (version 1.18.0)

createWithPreparedData: Upload a prepared data.frame with metadata to Crunch

Description

Upload a prepared data.frame with metadata to Crunch

Usage

createWithPreparedData(data, metadata = attr(data, "metadata"))

Arguments

data

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.

metadata

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.

Value

A CrunchDataset.