Main methods

select(<CrunchDataset>)

Select columns from a Crunch dataset

filter(<CrunchDataset>)

Filter a Crunch dataset

group_by(<CrunchDataset>) ungroup(<CrunchDataset>)

Group-by for Crunch datasets

summarise(<CrunchDataset>)

Aggregate a Crunch dataset

collect(<CrunchDataset>) collect(<GroupedCrunchDataset>)

Collect a Crunch dataset from the server

mutate(<CrunchDataset>)

Mutate Crunch datasets (not implemented)

Visualization

autoplot(<DatetimeVariable>) autoplot(<NumericVariable>) autoplot(<CategoricalVariable>) autoplot(<CategoricalArrayVariable>) autoplot(<MultipleResponseVariable>) autoplot(<CrunchCube>) autoplot(<CrunchCubeCalculation>) autoplot(<tbl_crunch_cube>)

Autoplot methods for Crunch Objects

theme_crunch()

Crunch ggplot theme