hydat_date_seq: Create A Continuous Date Sequnce

Description Usage Arguments Value Examples

Description

Create A Continuous Date Sequnce

Usage

1
2
3
hydat_date_seq(year, month = 1:12, day = 1:31)

hydat_month_seq(year, month = 1:12)

Arguments

year

A vector of years

month

A vector of months (default, 1:12)

day

A vector of days (default, 1:31)

Value

A data.frame with columns YEAR, MONTH, DAY, and DATE

Examples

1
2
hydat_date_seq(2000:2011)
hydat_month_seq(2000:2011)

paleolimbot/hydatr documentation built on May 3, 2019, 5:49 p.m.