args <- commandArgs(TRUE)
name <- args[1]
edd_data <- eve::edd_load(name = name, strategy = "multicore", workers = 8)
ggthemr::ggthemr("dust", layout = "clean")
eve::test_plot_las(edd_data)
eve::test_plot_eds(edd_data)
eve::test_plot_ltt(edd_data)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.