newExampleDataset {crunch} | R Documentation |
Import a fixture dataset for testing
Description
The crunch
package includes some data for you to explore the features of
the platform. Use this function to upload one to create a demo dataset.
Usage
newExampleDataset(name = "pets", project = defaultCrunchProject())
Arguments
name |
string name of the fixture dataset. Currently "pets" is the only one available. |
project |
A |
Value
A new CrunchDataset
entity.
[Package crunch version 1.31.0 Index]