Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

speedDate

lifecycle

speedDate makes it easy to get date format strings for use with strftime().

Installation

You can install the released version of speedDate from GitHub with:

devtools::install_github("gadenbuie/speedDate")

Example

Does formatting a timestamp into a character string always start with a long scroll through ?strftime to look up the correct format tokens? Now you can get those tokens faster and move on with your day.

The speedDate RStudio addin gives you a date

Monday January  2, 15:04:05.987653 2006 -0700

and asks you to write it in text in the desired format. So you enter…

On 01.02.2006 at 15:04

…and the addin immediately gives you the format you want!

"On %m.%d.%Y at %R"

Inspired by go’s time parsing.

About

Quick Date Format Strings for strftime

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages