inst/shiny-examples/SCD-effect-sizes/code-chunks/load-data.R

# Load data
library(janitor)

dat <- 
  read.table(
    "{user_path}", 
    header = {user_header}, 
    sep = "{user_sep}", 
    quote = '{user_quote}', 
    stringsAsFactors = FALSE, 
    check.names = FALSE
  ) |> # Modify the path to the full location of your file
  clean_names(case = "parsed")
jepusto/SingleCaseES documentation built on Sept. 24, 2024, 1:40 p.m.