Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

createWithMetadataAndFile

Make a dataset with metadata and a CSV


Description

This function just takes what you give it and POSTs to Crunch. No validation, no automatic wrapping in the Shoji envelope, etc.

Usage

createWithMetadataAndFile(metadata, file, strict = TRUE)

Arguments

metadata

a list representation of the dataset's metadata, which will be JSON-serialized and POSTed.

file

a path to a CSV file, optionally zipped, that corresponds to the above metadata.

strict

logical: must the metadata exactly match the data? Default is TRUE.

Value

On success, a new dataset.


crunch

Crunch.io Data Tools

v1.28.0
LGPL (>= 3)
Authors
Greg Freedman Ellis [aut, cre], Jonathan Keane [aut], Mike Malecki [aut], Neal Richardson [aut], Gordon Shotwell [aut]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.