special_issue_find {MDPIexploreR} | R Documentation |
Retrieves all special issues of a specified journal with URLs. Filters results by issue status (open, closed, or all) and optional year range.
Description
Retrieves all special issues of a specified journal with URLs. Filters results by issue status (open, closed, or all) and optional year range.
Usage
special_issue_find(journal, type = "closed", years = NULL, verbose = TRUE)
Arguments
journal |
MDPI journal code |
type |
"closed", "open" or "all" special issues. "closed" by default. |
years |
A vector containing special issues closure dates to limit the search to certain years |
verbose |
Logical. If |
Value
A vector.
Examples
## Not run:
special_issue_find("covid")
## End(Not run)
[Package MDPIexploreR version 0.3.0 Index]