#function for importing information for bsaic manuscript results
#Anthony
#March2020
#data needed
dat_all_output <- read_csv("./data/plot-all-data1.csv")
#function
raw_estimates_rat_func <- function(dat_all_output = dat_all_output){
rat_N_144_summary <- dat_all_output %>%
return(rat_N_144_summary)
} #function end
#example
raw_estimates_rat_func(dat_all_output = dat_all_output)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.