https://github.com/UweBlock/ISOweek
R Package to compute week of the year and weekday according to ISO 8601.
https://github.com/UweBlock/ISOweek
Last synced: 5 months ago
JSON representation
R Package to compute week of the year and weekday according to ISO 8601.
- Host: GitHub
- URL: https://github.com/UweBlock/ISOweek
- Owner: UweBlock
- Created: 2012-05-19T23:11:04.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2016-03-27T01:26:36.000Z (about 9 years ago)
- Last Synced: 2024-08-13T07:13:28.842Z (8 months ago)
- Language: R
- Homepage:
- Size: 31.3 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - UweBlock/ISOweek - R Package to compute week of the year and weekday according to ISO 8601. (R)
README
[](http://cran.r-project.org/package=ISOweek)
[](https://hadley.shinyapps.io/cran-downloads)ISOweek
=======Helper functions to deal with week of the year and weekday according to ISO 8601.
This is an easy-to-use alternative to `strftime(x, "%G-W%V")` and a substitute for
`strptime(x, "%G-W%V-%u")` on input. In addition, the package offers functions
to convert from standard calender format `yyyy-mm-dd` to and from ISO 8601 week
format `yyyy-Www-d`.