get_upw: Get Unpaywall data from indicated source

View source: R/get_upw.R

get_upwR Documentation

Get Unpaywall data from indicated source

Description

This function either kickstarts mining the Unpaywall API using the doi columnn in a provided data frame, or loads saved Unpaywall data.

Usage

get_upw(df, source = "api", email = "", save_results = F)

Arguments

df

data frame with a doi column

source

either "api" or the path of a saved unpaywall result

email

email address of user (required by Unpaywall)

save_results

Do you want to save the resulting data frame?

Value

data frame with unpaywall results


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