group_vars: Grouping function.

View source: R/group_vars.R

group_varsR Documentation

Grouping function.

Description

group_vars creates a grouped data frame for use in other functions.

Usage

group_vars(df, ...)

Arguments

df

A data frame

...

String arguments used to group df.

Details

This function creates a grouped data frame and is used in the popcount function. Not needed for general use as the dplyr group_by command is more useful.


PHSKC-APDE/Housing documentation built on Feb. 6, 2024, 3:27 a.m.