View source: R/list_volume_funding.R
list_volume_funding | R Documentation |
Lists Funders Associated With a Databrary Volume.
list_volume_funding(
vol_id = 1,
add_id = TRUE,
vb = options::opt("vb"),
rq = NULL
)
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 |
A data frame with funder information for the volume.
## Not run:
list_volume_funding() # Funding for volume 1
list_volume_funding(vol_id = c(1:10))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.