handle_positive_dates: Handling positive dates (BC dates)

Description Usage Arguments Details Value Examples

Description

handle_positive_dates takes positive dates

Usage

1

Arguments

y

The year as a nummeric input

m

The month as a nummeric input

d

the day as a numeric input

Details

This function takes a positive date via an input of year, month and day (seperately) and gives back the date as a date class. very simple function.

Value

Date as a date class, and which is positive

Examples

1
handle_positive_dates(2010, 10, 10)

Brunobt80/rPkgNOAADataset documentation built on May 20, 2019, 12:57 a.m.