createWithMetadataAndFile | R Documentation |
This function just takes what you give it and POSTs to Crunch. No validation, no automatic wrapping in the Shoji envelope, etc.
createWithMetadataAndFile(metadata, file, strict = TRUE)
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. |
On success, a new dataset.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.