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")
Arguments
name |
string name of the fixture dataset. Currently "pets" is the only one available. |
Value
A new CrunchDataset
entity.
[Package crunch version 1.30.4 Index]