This function returns a connection to the CORDIS database

cordis_con()

Value

a database connection

Details

the database location is at the cachedir/cordisdb

Examples

if (FALSE) { # \dontrun{
library(dplyr)
con <- cordis_con()
con %>% tbl("projectPublications")
} # }