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

Try the scdhlm package in your browser

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

scdhlm documentation built on March 31, 2023, 10:55 p.m.