> full_mtbl <- storage_load_rds(azure_connection$container_dev_model, "path_to_model.rds")
|========================================================================================================================================================================================| 100%
Error: cannot allocate vector of size 3.9 Gb
> storage_download(azure_connection$container_dev_model, "path_to_model.rds")
|========================================================================================================================================================================================| 100%
> full_mtbl <- read_rds("model.rds")