knitr::opts_chunk$set(echo = TRUE) # Path to _targets/ is defined in the _targets.yaml file # targets::tar_config_set(store = "../Analysis/_targets") # List all scripts in R/ tryCatch( script_list <- list.files("../R", full.names = TRUE), error = function(x){ script_list <- list.files("R", full.names = TRUE) }) # Source scripts invisible(sapply(script_list, source)) tar_load_all()
Summary of the data
summary(my_data)
Distribution observations
get_plot_obs(data = my_data)
summary(lm_fit)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.