newExampleDataset: Import a fixture dataset for testing

View source: R/new-dataset.R

newExampleDatasetR 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 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.


crunch documentation built on April 4, 2025, 2:10 a.m.