list_volume_funding {databraryr} | R Documentation |
Lists Funders Associated With a Databrary Volume.
Description
Lists Funders Associated With a Databrary Volume.
Usage
list_volume_funding(
vol_id = 1,
add_id = TRUE,
vb = options::opt("vb"),
rq = NULL
)
Arguments
vol_id |
Target volume number. |
add_id |
A logical value. Include the volume ID in the output. Default is TRUE. |
vb |
Show verbose messages. (Defaults to |
rq |
An |
Value
A data frame with funder information for the volume.
Examples
## Not run:
list_volume_funding() # Funding for volume 1
list_volume_funding(vol_id = c(1:10))
## End(Not run)
[Package databraryr version 0.6.6 Index]