-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.qmd
More file actions
32 lines (21 loc) · 1.06 KB
/
index.qmd
File metadata and controls
32 lines (21 loc) · 1.06 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
#
```{r setup-index, echo=FALSE}
knitr::opts_chunk$set(echo = TRUE,
fig.align = "center",
fig.path = "include/img/")
suppressPackageStartupMessages(library(tidyverse))
suppressPackageStartupMessages(library(targets))
suppressPackageStartupMessages(library(ggmap))
#source("../R/constants.R")
list.files("../R", "\\.R$", full.names = TRUE) |>
purrr::walk(source, echo = FALSE, print.eval = FALSE)
```
## About
These pages summarize information about the Databrary data library.
## Purpose {-}
The separate reports take different views of Databrary's holdings.
The goal of the reports together is to provide useful information to the people who are running the repository and to those who wish to use data from it.
For information about Databrary, see <https://databrary.github.io/guide/>.
## History {-}
This report was offline for a year during the transition to the Databrary 2 system that went live to the research community in March 2025.
We expect to add additional reports now that full scriptable API access is available.