next_weeks: Interval for next n weeks, starting k weeks from now.

Description Usage Arguments

View source: R/meetr.R

Description

Interval for next n weeks, starting k weeks from now.

Usage

1
next_weeks(n, from_now = 1, week_start = 1)

Arguments

n

How many weeks total.

from_now

Starting how many weeks from now.

week_start

Integer, 1 to 7: what is the start of the week. (1 = Monday, 7 = Sunday)? If 0, week starts today.


artichaud1/meetr documentation built on May 24, 2019, 1:35 a.m.