Learn R Programming

databraryr (version 0.6.6)

search_for_funder: Report Information About A Funder.

Description

Report Information About A Funder.

Usage

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

Value

A data frame with information about the funder.

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.

Examples

Run this code
# \donttest{
search_for_funder("national+science+foundation")
# }

Run the code above in your browser using DataLab