inst/shiny-examples/SCD-effect-sizes/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/SingleCaseES documentation built on Aug. 21, 2023, 12:08 p.m.