get_db_stats: Get Stats About Databrary.

View source: R/get_db_stats.R

get_db_statsR Documentation

Get Stats About Databrary.

Description

get_db_stats returns basic summary information about the institutions, people, and data hosted on 'Databrary.org'.

Usage

get_db_stats(type = "stats", vb = FALSE, rq = NULL)

Arguments

type

Type of Databrary report to run "institutions", "people", "data"

vb

A Boolean value. If TRUE provides verbose output.

rq

An httr2 request object.

Value

A data frame with the requested data or NULL if there is no new information.

Examples


get_db_stats()
get_db_stats("stats")
get_db_stats("people") # Information about the newest authorized investigators.
get_db_stats("places") # Information about the newest institutions.


PLAY-behaviorome/databraryapi documentation built on April 24, 2024, 4:20 a.m.