data-raw/houses.R

# Load the data

houses <- readxl::read_excel("data-raw/House.xlsx")

# Save the data

## readr::write_csv(houses, "data-raw/houses.csv")
usethis::use_data(houses, overwrite = TRUE)
frank113/cmu202 documentation built on July 17, 2020, 9:31 p.m.