assign_times: Create groups with assigned time slots

View source: R/create-groups.R

assign_timesR Documentation

Create groups with assigned time slots

Description

Create groups with assigned time slots

Usage

assign_times(..., size = NULL, n_groups = NULL, start, length = 10)

Arguments

...

Define in...

size

Define in...

n_groups

Define in...

start

Time of first time slot

length

Numeric; Length of timeslots

Value

Matrix with timeslots as colnames

Examples

assign_times(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q, size = 2, start = 1400)

jmcvw/ccmisc documentation built on July 27, 2022, 1:48 a.m.