api_to_df: Mine an API and save the results in a data frame

View source: R/classification.R

api_to_dfR Documentation

Mine an API and save the results in a data frame

Description

Using an API mining function, query all unique entries in a column, and return a data frame with their results.

Usage

api_to_df(df, which_info, email = "")

Arguments

df

Source data frame that contains DOI and/or ISSN columns

which_info

What api will be mined? Either "doaj" or "upw" (unpaywall).

email

email address of user (required for the Unpaywall API; otherwise can be left empty)

Value

a data frame


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