Package: SASdates 0.1.0
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.
Authors:
SASdates_0.1.0.tar.gz
SASdates_0.1.0.zip(r-4.5)SASdates_0.1.0.zip(r-4.4)SASdates_0.1.0.zip(r-4.3)
SASdates_0.1.0.tgz(r-4.4-any)SASdates_0.1.0.tgz(r-4.3-any)
SASdates_0.1.0.tar.gz(r-4.5-noble)SASdates_0.1.0.tar.gz(r-4.4-noble)
SASdates_0.1.0.tgz(r-4.4-emscripten)SASdates_0.1.0.tgz(r-4.3-emscripten)
SASdates.pdf |SASdates.html✨
SASdates/json (API)
NEWS
# Install 'SASdates' in R: |
install.packages('SASdates', repos = c('https://imaheshdivakaran.r-universe.dev', 'https://cloud.r-project.org')) |
This package does not link to any Github/Gitlab/R-forge repository. No issue tracker or development information is available.
Last updated 2 years agofrom:b7edd8ee0a. Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Oct 14 2024 |
R-4.5-win | OK | Oct 14 2024 |
R-4.5-linux | OK | Oct 14 2024 |
R-4.4-win | OK | Oct 14 2024 |
R-4.4-mac | OK | Oct 14 2024 |
R-4.3-win | OK | Oct 14 2024 |
R-4.3-mac | OK | Oct 14 2024 |
Exports:date11date9ddmmyy10ddmmyy8iso8601daiso8601dtnum_date
Dependencies:
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Convert date to Date11. format | date11 |
Convert date to Date9. format | date9 |
Convert date to ddmmyy10. format | ddmmyy10 |
Convert date to ddmmyy10. format | ddmmyy8 |
Convert date to ISO8601 format | iso8601da |
Convert date and time to ISO8601 format | iso8601dt |
Convert SAS Numeric date values to Date | num_date |