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(readxl)
  3. #library(haven)
  4. #library(rvest)
  5. #library(jsonlite)
  6. # Import the raw data in csv ----
  7. read_ ("Data/Raw/") %>%
  8. write.csv("Data/.csv", row.names = F)