classify_swepub | R Documentation |
Use the title, abstract and keywords to get a suggestion for subject categories to use from the Swedish standard set of 3 or 5 digit subject categories.
classify_swepub(title, abstract, keywords, level = 3)
title |
the title of the paper |
abstract |
the abstract |
keywords |
keywords used |
level |
either 3 or 5, default: 3 |
Calls the API at https://swepub-qa.kb.se/api/v1/classify
## Not run:
classify_swepub(
title = "Magnetic resonance",
abstract = "This paper deals with magnetic resonance",
keywords = "magnetic radiotherapy nuclear",
level = 5
)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.