test_that("use", {
experiment_results_filenames <- get_gcae_experiment_results_filenames(
folder_name = "my_folder"
)
expect_true(
"r_squared_in_time_filename" %in% names(experiment_results_filenames)
)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.