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.

newExampleDataset(name = "pets", project = defaultCrunchProject())

Arguments

name

string name of the fixture dataset. Currently "pets" is the only one available.

project

A ProjectFolder object, string path that could be passed to cd() relative to the root project, or a URL for a ProjectFolder. If left empty, rcrunch will look in envOrOption('crunch.default.project') and error if nothing is found.

Value

A new CrunchDataset entity.