apply_matches: Add all VSNU, UPW, DOAJ matches to the data frame

View source: R/classification.R

apply_matchesR Documentation

Add all VSNU, UPW, DOAJ matches to the data frame

Description

Combination function that applies all DOAJ, UPW, and VSNU data to the data frame.

Usage

apply_matches(df, doajdf, vsnudf, upwdf, max_year = "previous")

Arguments

df

Source data frame containing doi and issn columns

doajdf

Data frame resulting from DOAJ API mining (see 'get_doaj()')

vsnudf

VSNU data (see 'get_vsnu()')

upwdf

Data frame resulting from unpaywall API mining (see 'get_upw()')

max_year

The journal must have been registered in the DOAJ before or during this year

Value

data frame with three extra columns: doaj, vsnu, upw


bvreede/OAmonitor documentation built on Sept. 9, 2023, 8:33 p.m.