Nothing
# 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")
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.