This function crawls the Crossref Funder Registry for entries in a specific location.

cr_funders(location = "Sweden")

Arguments

location

the geographical location, Default: 'Sweden'

Value

tibble with results

Examples

if (FALSE) {
if(interactive()){
 cr_funders()
 }
}