Skip to contents

Report Information About A Funder.

Usage

search_for_funder(
  search_string = "national+science+foundation",
  vb = options::opt("vb"),
  rq = NULL
)

Arguments

search_string

String to search.

vb

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

rq

An httr2 request object. Default is NULL.

Value

A data frame with information about the funder.

Examples

# \donttest{
search_for_funder("national+science+foundation")
#> Cannot access requested resource on Databrary. Exiting.
#> NULL
# }