load_all_samples <- function() {
cat(crayon::magenta("Importing feather files for samples."), fill = TRUE)
on.exit(cat(crayon::blue("Imported feather files for samples."), fill = TRUE))
return(iatlas.data::read_iatlas_data_file(iatlas.data::get_feather_file_folder(), "samples", join = TRUE))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.