Calls ggseg_atlas_repos,
and installs all libraries listed.
Be careful calling this function, this
will likely take quite some time to
complete, and also will contain a lot of
heavy data. We recommend only installing
atlases you are likely to use and on demand.
install_ggseg_atlas_all( repos = c(ggseg = "https://ggseg.r-universe.dev", getOption("repos")), ... )
| repos | repositories to install from. Defaults to ggseg r-universe and a CRAN mirror. |
|---|---|
| ... | additional arguments to |
if (FALSE) { install_ggseg_atlas_all() }