topic_find: Retrieves all topics of a specified journal with URLs. Filters results by issue status (open, closed, or all) and optional year range.
Description
Retrieves all topics of a specified journal with URLs. Filters results by issue status (open, closed, or all) and optional year range.
Usage
topic_find(journal, type = "closed", years = NULL, verbose = TRUE)
Arguments
- journal
MDPI journal code
- type
"closed", "open" or "all" topics. "closed" by default.
- years
A vector containing topics closure dates to limit the search to certain years
- verbose
Logical. If TRUE
, informative messages will be printed during the function execution. Defaults to TRUE
.
Examples
Run this codeif (FALSE) {
topic_find("covid")
}
Run the code above in your browser using DataLab