cordis_con: Connection to CORDIS database

View source: R/cordis.R

cordis_conR Documentation

Connection to CORDIS database

Description

This function returns a connection to the CORDIS database

Usage

cordis_con()

Details

the database location is at the cachedir/cordisdb

Value

a database connection

Examples

## Not run: 
library(dplyr)
con <- cordis_con()
con %>% tbl("projectPublications")

## End(Not run)

KTH-Library/cordis documentation built on Sept. 14, 2023, 8:16 p.m.