topic_find {MDPIexploreR}R Documentation

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.

Value

A vector.

Examples

## Not run: 
topic_find("covid")

## End(Not run)

[Package MDPIexploreR version 0.3.0 Index]