createDataset | R Documentation |
Use only if you're writing a function to create a Crunch dataset from a
custom data structure. If you have a data.frame
, just call
newDataset()
on it.
createDataset(name, body, ...)
name |
character, the name to give the new Crunch dataset. This is required. |
body |
list correctly formatted metadata definition for a dataset. See the Crunch API documentation. |
... |
additional arguments for the POST to create the dataset, such as "description". |
An object of class CrunchDataset.
newDataset()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.