Package: iso8601 0.1.2

Jan van der Laan
iso8601: Working with ISO8601 Dates and Times
Functions to parse strings with ISO8601 dates, times, and date-times into R-objects. Additionally, there are functions to determine the type of ISO8601 string and to standardise ISO8601 strings.
Authors:
iso8601_0.1.2.tar.gz
iso8601_0.1.2.tar.gz(r-4.7-arm64)iso8601_0.1.2.tar.gz(r-4.7-x86_64)iso8601_0.1.2.tar.gz(r-4.6-arm64)iso8601_0.1.2.tar.gz(r-4.6-x86_64)
iso8601_0.1.2.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
iso8601/json (API)
NEWS
| # Install 'iso8601' in R: |
| install.packages('iso8601', repos = c('https://cran.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/djvanderlaan/iso8601/issues
Last updated from:b29d32cc7f. Checks:6 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-arm64 | OK | 116 | ||
| linux-devel-x86_64 | OK | 116 | ||
| source / vignettes | OK | 178 | ||
| linux-release-arm64 | OK | 121 | ||
| linux-release-x86_64 | OK | 120 | ||
| wasm-release | OK | 114 |
Exports:iso8601standardiseiso8601todataframeiso8601todateiso8601todatetimeiso8601totimeiso8601type
Dependencies:Rcpp
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Standardise ISO8601 strings | iso8601standardise |
| Split Date, Time and DateTime ISO8601 strings into their elements | iso8601todataframe |
| Convert date in ISO8601 format into R Date object | iso8601todate |
| Convert date-time in ISO8601 format into R POSIXct object | iso8601todatetime |
| Convert time in ISO8601 format into R POSIXct object | iso8601totime |
| Determine the type of ISO8601 strings | iso8601type |