df <- read_xlsx("LSHT_PS.xlsx", col_types = "text"). Page takes too long to load apparently due to col_types not working. Works on laptop but not when I publish site on shiny.
1 Like
df <- read_xlsx("LSHT_PS.xlsx", col_types = "text"). Page takes too long to load apparently due to col_types not working. Works on laptop but not when I publish site on shiny.