I have tried to import excel files to r recently. It was a small file with numerical data.
However, when trying to analyse the data, all the numerical columns have become string or doubles
A <-Clinic_aptients_drug_cost <- read_excel("Office Work/Clinic_aptients_drug_cost.xlsx",
-
sheet = "Sheet5", col_types = c("numeric",
-
"numeric"))