Learn R Programming

databraryr (version 0.6.6)

get_db_stats: 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 = options::opt("vb"), rq = NULL)

Value

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

Arguments

type

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

vb

Show verbose messages. (Defaults to FALSE, overwritable using option 'databraryr.vb' or environment variable 'R_DATABRARYR_VB')

rq

An httr2 request object.

Examples

Run this code
# \donttest{
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.
# }

Run the code above in your browser using DataLab