find_journals: Find journal policy scores

Description Usage Arguments

Description

Find journals in the TOP dataset, through either the journal name, ISSN, or publisher name.

Usage

1
2
3
4
5
journal_name(x, exact_match = TRUE, detail = level_detail$minimal)

journal_issn(x, exact_match = TRUE, detail = level_detail$minimal)

publisher_name(x, exact_match = TRUE, detail = level_detail$minimal)

Arguments

x

character or numeric vector, can be length > 1

exact_match

whether to only return exact matches, or use input as a sub-string for grepping

detail

level of detail to return, either "minimal" or NULL


ElianHugh/topapi documentation built on Dec. 17, 2021, 6:25 p.m.