Pablo-source/housing_pipelines

Install required packages if necessary

Closed this issue · 2 comments

Add this code below to ensure packages are installed if necessary

If(!require("tidyverse")) install.packages("tidyverse")
If(!require("renv")) install.packages("renv")
If(!require("redxl")) install.packages("redxl")
If(!require("here")) install.packages("here")
If(!require("janitor")) install.packages("janitor")

All good we can proceed with the pull request

Created brand new issue to install required packages