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

# Load data
library(janitor)

dat <- 
  read.table("{user_path}", header = {user_header}, sep = "{user_sep}", 
             quote = '{user_quote}', stringsAsFactors = FALSE) %>% # 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.