Find journals in the TOP dataset, through either the journal name, ISSN, or publisher name.
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)
|
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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.