diff --git a/README.Rmd b/README.Rmd index a54e88a..e9f7065 100644 --- a/README.Rmd +++ b/README.Rmd @@ -72,11 +72,9 @@ library(httr) condo_params <- read_yaml("params.yaml") condo_preds <- condo_params$model$predictor$all -res_params_text <- GET( +res_params <- read_yaml( "https://raw.githubusercontent.com/ccao-data/model-res-avm/master/params.yaml" -) %>% - content(as = "text") -res_params <- read_yaml(text = res_params_text) +) res_preds <- res_params$model$predictor$all condo_unique_preds <- setdiff(condo_preds, res_preds)