View source: R/extra-atlases.R
install_ggseg_atlas_all | R Documentation |
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 |
## Not run: install_ggseg_atlas_all() ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.