cordis_con.Rd
This function returns a connection to the CORDIS database
cordis_con()
a database connection
the database location is at the cachedir/cordisdb
if (FALSE) { # \dontrun{ library(dplyr) con <- cordis_con() con %>% tbl("projectPublications") } # }