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")

Try the scdhlm package in your browser

Any scripts or data that you put into this service are public.

scdhlm documentation built on May 29, 2024, 12:11 p.m.