Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't remove units attribute of difftime when cleaning data on pre-process #184

Open
mstackhouse opened this issue Jun 18, 2024 · 0 comments
Assignees

Comments

@mstackhouse
Copy link
Contributor

library(lubridate)

x <- ymd("2024-01-01") - ymd("2024-01-02")
attributes(x)

built_target <- clean_attr(target)

Tplyr/R/utils.R

Line 260 in 1fa6c4c

clean_attr <- function(dat) {

@mstackhouse mstackhouse self-assigned this Jun 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant