Learn R Programming

crunch (version 1.14.4)

crunchBox: Make a CrunchBox

Description

CrunchBoxes allow you to publish results to the world.

Usage

crunchBox(dataset, filters = crunch::filters(dataset), ...)

Arguments

dataset
CrunchDataset
filters
FilterCatalog, or NULL for no filters. Default all filters in your catalog, filters(dataset).
...
additional metadata for the box, such as "title", "header", etc.

Value

The URL to the newly created box.

See Also

preCrunchBoxCheck to provide guidance on what you're including in the CrunchBox