Skip to content

This package creates date and string objects for common dates relative to the current date such as yesterday.date(), yesterday.string(), etc.

Notifications You must be signed in to change notification settings

smach/rdateutils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rdateutils

This package is a collection of simple R date utilities to generate specific dates relative to the current date, in both date object and character string formats.

Available functions include yesterday.date(), yesterday.str(), first.of.last.month.date(), first.of.last.month.str(), end.of.last.month.date(), end.of.last.month.str() and so on. Run help(package="rdateutils") for a full list.

To install, you need to have the devtools package on your system (if you don't have it, install that with install.packages("devtools") ) and then run

devtools::install_github("smach/rdateutils")

To see a list of function and links to their help files, run

help(package = "rdateutils")

About

This package creates date and string objects for common dates relative to the current date such as yesterday.date(), yesterday.string(), etc.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages