knitr::opts_chunk$set(
  comment = "#>",
  collapse = TRUE,
  warning = FALSE,
  message = FALSE
)

ropenaire

Notice that ropenaire is currently improved for Open Knowledge Maps integration supported by OpenAIRE. For the most current developement version, please follow this fork: https://github.com/sckott/ropenaire

Build Status Build status codecov.io

About

ropenaire gives access to the OpenAIRE RESTful API with R. OpenAIRE is an open science initiative, which supports the Open Access policy of the European Commission. OpenAIRE aggregates over 12 mio publication and datasets from over 5,800 OA repositories and journals.

The API is intended for metadata discovery and exploration only. Note that the number of results returned by one query is limited to 10,000.

For bulk access, please use the OpenAIRE OAI-PMH endpoint, which can be queried by Scott's OAI-PMH client or OAIHarvester.

Installation from GitHub

Get the most recent developement version from Scott

devtools::install_github("sckott/ropenaire")

Load ropenaire

library(ropenaire)

Usage

Projects

Search for EC-funded projects by participating institution. For example, Göttingen University has the acronym GOE

roa_projects(org = "UGOE", size = 10)

Search projects by call id

roa_projects(call_id = "FP7-PEOPLE-2013-IOF", size = 10)

Publications

Publications from the 2nd-Generation Open Access Infrastructure for Research in Europe project, which has the grant id 283595.

roa_pubs(fp7 = "283595", size = 10)

Datasets

Search for FP7 grant-supported datasets

roa_datasets(fp7 = "247153", size = 10)

Search by title keywords

roa_datasets(title = "methane", size = 10)

Get all the FP7-supported publications from a participating institution

roa_projects(org = "UGOE", size = 10)

Meta

okmaps_footer



njahn82/ropenaire documentation built on May 23, 2019, 7:07 p.m.