Description Usage Arguments Value
Add a dataset to a puddle.
1 | drip(puddle_db, FETCH_FUN, data_name, description)
|
puddle_db |
A connection to a puddle sqlite database. |
FETCH_FUN |
A zero-argument function that fetches raw data, such as a csv file, xml, or json, and returns it. |
data_name |
A name for the dataset in the puddle. Must be unique in the puddle. |
description |
Descriptive text about the dataset. |
The puddle_db connection, ready for thenext thing you want to do.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.