Title: | Get Insights on 'lubridate' Operations |
---|---|
Description: | Provides a set of tools designed to enhance transparency and understanding of date-time manipulation functions from the 'lubridate' package. It provides detailed feedback about the operations performed by 'lubridate' functions, allowing users to better comprehend and debug their code. These insights serve as both a learning tool for newcomers and a debugging aid for programmers working with date-time data. |
Authors: | Mikael Moise [aut, cre, cph] |
Maintainer: | Mikael Moise <[email protected]> |
License: | GPL (>= 3) |
Version: | 1.1.0 |
Built: | 2024-11-06 10:47:10 UTC |
Source: | https://github.com/arrismo/lubrilog |
Wrapper function around lubridate::dmy that gives feedback about parsed variable
dmy(.data, ...)
dmy(.data, ...)
.data |
see dmy |
... |
see dmy |
see dmy
A subset of data from steam game data
games
games
A data frame with 13,357 rows and 7 columns:
Game ID
Game Name
Data the game was released
Boolean Variable indicating if the game can be played on windows os
Boolean Variable indicating if the game can be played on linux
Boolean Variable indicating if the game can be played on mac os
Initial Price at release date
Wrapper function around lubridate::mdy that gives feedback about parsed variable
mdy(.data, ...)
mdy(.data, ...)
.data |
see mdy |
... |
see mdy |
see mdy
Wrapper function around lubridate::myd that gives feedback about parsed variable
myd(.data, ...)
myd(.data, ...)
.data |
see myd |
... |
see myd |
see myd
Wrapper function around lubridate::ydm that gives feedback about parsed variable
ydm(.data, ...)
ydm(.data, ...)
.data |
see ydm |
... |
see ydm |
see ydm
Wrapper function around lubridate::year that gives feedback about parsed variable
year(.data, ...)
year(.data, ...)
.data |
see year |
... |
see year |
see year
Wrapper function around lubridate::ymd that gives feedback about parsed variable
ymd(.data, ...)
ymd(.data, ...)
.data |
see ymd |
... |
see ymd |
see ymd