Lists Funders Associated With a Databrary Volume.
Source:R/list_volume_funding.R
list_volume_funding.Rd
Lists Funders Associated With a Databrary Volume.
Usage
list_volume_funding(
vol_id = 1,
add_id = TRUE,
vb = options::opt("vb"),
rq = NULL
)
Examples
# \donttest{
if (FALSE) { # \dontrun{
list_volume_funding() # Funding for volume 1
list_volume_funding(vol_id = c(1:10))
} # }
# }