symbolrush/simTimeR: Package to handle DateTimes as integers (called simDateTimes) for the smooth handling insiede simulations

simTimeR provides functions to coerce DateTimes to integer numbers (called simDateTime). The integer number represents seconds starting from 01.01.2014, 00:00:00. Also provides functions to access only the day of a simDateTime (as integer between 0 and 364) or only the time of a simDateTime (as integer between 0 and 24*60*60-1) or only the weekday as String (Mo, Di, Mi, Do, Fr, Sa, So)

Getting started

Package details

AuthorAdrian Schmid, Christoph Strauss
MaintainerAdrian Schmid <adrian.schmid@fhsg.ch>
LicenseGPL (>= 2) just like R itself.
Version1.1.1
URL http://github.com/symbolrush/simTimeR
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("symbolrush/simTimeR")
symbolrush/simTimeR documentation built on May 31, 2019, 12:47 a.m.