getAggStr: Make Aggregation Formulas

View source: R/utils.R

getAggStrR Documentation

Make Aggregation Formulas

Description

This function is intended to help create formulas for input to base R's aggregate function.

Usage

getAggStr(LHS = NULL, RHS = NULL)

Arguments

LHS

vector of variable/ column names to become the LHS

RHS

vector of variable/ column names to become the RHS

Value

character string which can be used as input to aggregate with as.formula


VEuPathDB/veupathUtils documentation built on Feb. 8, 2025, 12:29 p.m.