label.date.range: take a data.frame and label dates according to given ranges

Description Usage Arguments Details

Description

take a data.frame and label dates according to given ranges

Usage

1
label.date.range(dates, date.range.df, else.label = "Not Assigned")

Arguments

dates

vector of dates which are to be classifed

date.range.df

data.frame specifying how to classify dates

else.label

if a date isn't in a specified range then use this label

Details

start a list of start months end a list of end months, nb the list must be the same length as start label a list of labels to be attached, nb the list must be the same length as start and end


seanpor/phoslam documentation built on May 16, 2019, 9:11 p.m.