list_volume_funding: Lists Funders Associated With a Databrary Volume.

View source: R/list_volume_funding.R

list_volume_fundingR 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)



PLAY-behaviorome/databraryapi documentation built on April 29, 2024, 2:16 a.m.