inst/shiny-examples/scdhlm/code-chunks/load-excel.R

# Load data
library(readxl)
library(janitor)

dat <- 
  read_excel(path = "{user_path}", sheet = "{user_sheet}") %>% # Modify the path to the full location of your file
  clean_names(case = "parsed")
jepusto/scdhlm documentation built on Feb. 27, 2024, 4:45 p.m.