View source: R/migrate_atlas_files.R
| migrate_atlas_files | R Documentation |
.rda files to the sf-optional polygon formatWalks a directory of .rda files, finds every ggseg_atlas object inside
them, and rewrites their 2D geometry into the single geom slot. By default
the geometry is stored as brain_polygons (sf-optional); any legacy sf /
polygons slots are dropped. Pass keep_sf = TRUE to store the geometry as
sf instead.
migrate_atlas_files(path = "data", keep_sf = FALSE, quiet = FALSE)
path |
Directory containing |
keep_sf |
If |
quiet |
If |
Intended for downstream atlas-package maintainers across the ggsegverse
ecosystem: run once against your data/ directory, then drop sf from
DESCRIPTION Imports.
Invisibly, a character vector of paths to the files that were rewritten.
## Not run:
# In an atlas package, from the package root:
ggseg.formats::migrate_atlas_files("data")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.