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.5-noble)iso8601_0.1.2.tar.gz(r-4.4-noble)
iso8601_0.1.2.tgz(r-4.4-emscripten)iso8601_0.1.2.tgz(r-4.3-emscripten)
iso8601.pdf |iso8601.html✨
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 5 days agofrom:b29d32cc7f. Checks:OK: 2. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Dec 21 2024 |
R-4.5-linux-x86_64 | OK | Dec 21 2024 |
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 |