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.

03_Transform.R 224B

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