View source: R/special_issue_find.R
special_issue_find | 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.
special_issue_find(journal, type = "closed", years = NULL, verbose = TRUE)
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 |
A vector.
special_issue_find("covid")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.