daysofweek: Return a vector of the days of the week, in order

Description Usage Arguments Value Examples

View source: R/Rfunctions.R

Description

Return a vector of the days of the week, in order

Usage

1
  daysofweek(start.day = "Monday")

Arguments

start.day

Day of the week to begin the week with (as a text item)

Value

Character vector of length 7

Examples

1
daysofweek("Sunday")

taRifx documentation built on April 14, 2020, 6:27 p.m.

Related to daysofweek in taRifx...