inst/doc/choosing_an_atlas.R

## ----echo = FALSE-------------------------------------------------------------
library(reactable)
read.csv("atlas_stats.csv") |>
    reactable(defaultPageSize = 12,
              columns = list(region = colDef("Region", minWidth = 50),
                            institution = colDef("Organisation",
                                                 minWidth = 150),
                            count = colDef("Number of Records", minWidth = 50,
                                           format = colFormat(separators = TRUE)),
                            n_services = colDef("Number of supported APIs", minWidth = 50)))

## ----atlas-support, echo = FALSE, out.width = "100%"--------------------------
knitr::include_graphics('../man/figures/atlases_plot.png')

Try the galah package in your browser

Any scripts or data that you put into this service are public.

galah documentation built on April 4, 2025, 1:12 a.m.