install_ggseg_atlas_all: Install all ggseg-atlases registeres

View source: R/extra-atlases.R

install_ggseg_atlas_allR Documentation

Install all ggseg-atlases registeres

Description

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.

Usage

install_ggseg_atlas_all(
  repos = c(ggseg = "https://ggseg.r-universe.dev", getOption("repos")),
  ...
)

Arguments

repos

repositories to install from. Defaults to ggseg r-universe and a CRAN mirror.

...

additional arguments to install.packages.

Examples

## Not run: 
install_ggseg_atlas_all()

## End(Not run)

LCBC-UiO/ggsegExtra documentation built on May 9, 2022, 1:07 a.m.