tracula = jhu %>%
filter(!grepl("ifof", label)) %>%
mutate(area = ifelse(grepl("hippocampus", area), "Cingulum (angular bundle)", as.character(area)) )%>%
ggseg:::as_ggseg_atlas()
usethis::use_data(tracula, internal = FALSE, overwrite = TRUE, compress="xz")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.