enricoschumann/datetimeutils: Utilities for Dates and Times

Utilities for handling dates and times, such as selecting particular days of the week or month, formatting timestamps as required by RSS feeds, or converting timestamp representations of other software (such as 'MATLAB' and 'Excel') to R. The package is lightweight (no dependencies, pure R implementations) and relies only on R's standard classes to represent dates and times ('Date' and 'POSIXt'); it aims to provide efficient implementations, through vectorisation and the use of R's native numeric representations of timestamps where possible.

Getting started

Package details

MaintainerEnrico Schumann <es@enricoschumann.net>
LicenseGPL-3
Version0.6-4
URL http://enricoschumann.net/R/packages/datetimeutils/ https://git.sr.ht/~enricoschumann/datetimeutils https://github.com/enricoschumann/datetimeutils
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("enricoschumann/datetimeutils")
enricoschumann/datetimeutils documentation built on April 2, 2024, 11:10 a.m.