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 = FALSE, rq = NULL)

Arguments

vol_id

Target volume number.

add_id

A logical value. Include the volume ID in the output. Default is TRUE.

vb

A Boolean value. If TRUE provides verbose output.

rq

An httr2 request object.

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.4 Index]