get_db_stats {databraryr} | R 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 = options::opt("vb"), rq = NULL)
Arguments
type |
Type of Databrary report to run "institutions", "people", "data" |
vb |
Show verbose messages. (Defaults to |
rq |
An |
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.
[Package databraryr version 0.6.6 Index]