Learn R Programming

MDPIexploreR (version 0.3.0)

special_issue_find: 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)

Value

A vector.

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 TRUE, informative messages will be printed during the function execution. Defaults to TRUE.

Examples

Run this code
if (FALSE) {
special_issue_find("covid")
}

Run the code above in your browser using DataLab