## cost data for testing
file <- "data-raw/trace_matrix_sample.csv"
trace_data <- read.csv(file, stringsAsFactors = F)
# Create .rda object for trial_data in data folder
usethis::use_data(trace_data ,overwrite = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.