SASdates: Convert the Dates to 'SAS' Formats

Converts the dates to different 'SAS' date formats. In 'SAS' dates are a special case of numeric values. Each day is assigned a specific numeric value, starting from January 1, 1960. This date is assigned the date value 0, and the next date has a date value of 1 and so on. The previous days to this date are represented by -1 , -2 and so on. With this approach, 'SAS' can represent any date in the future or any date in the past. There are many date formats used in 'SAS' to represent date-time. Here, we try to develop functions which will convert the date to different 'SAS' date formats.

Getting started

Package details

AuthorMahesh Divakaran [aut, cre]
MaintainerMahesh Divakaran <imaheshdivakaran@gmail.com>
LicenseMIT + file LICENSE
Version0.1.0
Package repositoryView on CRAN
Installation Install the latest version of this package by entering the following in R:
install.packages("SASdates")

Try the SASdates package in your browser

Any scripts or data that you put into this service are public.

SASdates documentation built on Nov. 10, 2022, 5:43 p.m.