David Harar
13-08-2020
rm(list = ls())
gc()
used (Mb) gc trigger (Mb) max used (Mb)
Ncells 344700 18.5 638651 34.2 638651 34.2
Vcells 639066 4.9 8388608 64.0 1633507 12.5
library(dplyr)
library(ggplot2)
library(plotly)
library(readxl)
merged = read_excel("C:/Users/David/Desktop/David/work/IEP/prison/merged_best_manually_filled.xlsx")
merged$prec = (merged$prison_price - merged$market_min)/ (merged$market_max - merged$market_min)
For more details on authoring R presentations please visit https://support.rstudio.com/hc/en-us/articles/200486468.
Error in file(con, "rb") : cannot open the connection