powered by
Lists Funders Associated With a Databrary Volume.
list_volume_funding( vol_id = 1, add_id = TRUE, vb = options::opt("vb"), rq = NULL )
A data frame with funder information for the volume.
Target volume number.
A logical value. Include the volume ID in the output. Default is TRUE.
Show verbose messages. (Defaults to FALSE, overwritable using option 'databraryr.vb' or environment variable 'R_DATABRARYR_VB')
FALSE
An httr2 request object.
httr2
# \donttest{ if (FALSE) { list_volume_funding() # Funding for volume 1 list_volume_funding(vol_id = c(1:10)) } # }
Run the code above in your browser using DataLab