combine.groups: Sums up numerical and logical data groupwise

Description Usage Arguments

View source: R/combine_groups.R

Description

Sums up numerical and logical data groupwise

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
combine.groups(
  data,
  groups,
  method,
  save = T,
  name,
  name2 = F,
  destination = "dat",
  return = F
)

Arguments

data

numerical or logical data

groups

group vector

method

method to be used

save

save data

name

name to save data as

name2

should name be generated automatically

destination

where to save data

return

return data frame


nicohuttmann/htmnanalysis documentation built on Dec. 6, 2020, 3:02 a.m.