You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
186B

  1. library(tidyverse)
  2. # library(lubridate)
  3. # Load the tidy-ed data ----
  4. readRDS("Data/tidy.rds") %>%
  5. # Transform the data
  6. # Save the transformed data ----
  7. saveRDS("Data/transformed.rds")