Data for entities such as programmes, call for proposals, rounds or funded projects
Source:R/api.R
vinnova.Rd
This function take the kind of entity requested and also either accepts a vector of identifiers or a date since which changes should be returned
Usage
vinnova(
kind = c("programmes", "proposals", "rounds", "projects"),
from_date,
id
)
Examples
if (FALSE) { # \dontrun{
if(interactive()){
vinnova("programmes", from_date = Sys.Date())
}
} # }