Package 'lubrilog'

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

Help Index


Wrapper function around lubridate::dmy that gives feedback about parsed variable

Description

Wrapper function around lubridate::dmy that gives feedback about parsed variable

Usage

dmy(.data, ...)

Arguments

.data

see dmy

...

see dmy

Value

see dmy


Steam Games data

Description

A subset of data from steam game data

Usage

games

Format

'games'

A data frame with 13,357 rows and 7 columns:

id

Game ID

name

Game Name

release_date

Data the game was released

platform_windows

Boolean Variable indicating if the game can be played on windows os

platform_linux

Boolean Variable indicating if the game can be played on linux

platform_mac

Boolean Variable indicating if the game can be played on mac os

price

Initial Price at release date

Source

Steam Data


Wrapper function around lubridate::mdy that gives feedback about parsed variable

Description

Wrapper function around lubridate::mdy that gives feedback about parsed variable

Usage

mdy(.data, ...)

Arguments

.data

see mdy

...

see mdy

Value

see mdy


Wrapper function around lubridate::myd that gives feedback about parsed variable

Description

Wrapper function around lubridate::myd that gives feedback about parsed variable

Usage

myd(.data, ...)

Arguments

.data

see myd

...

see myd

Value

see myd


Wrapper function around lubridate::ydm that gives feedback about parsed variable

Description

Wrapper function around lubridate::ydm that gives feedback about parsed variable

Usage

ydm(.data, ...)

Arguments

.data

see ydm

...

see ydm

Value

see ydm


Wrapper function around lubridate::year that gives feedback about parsed variable

Description

Wrapper function around lubridate::year that gives feedback about parsed variable

Usage

year(.data, ...)

Arguments

.data

see year

...

see year

Value

see year


Wrapper function around lubridate::ymd that gives feedback about parsed variable

Description

Wrapper function around lubridate::ymd that gives feedback about parsed variable

Usage

ymd(.data, ...)

Arguments

.data

see ymd

...

see ymd

Value

see ymd