Retrieves all topics of a specified journal with URLs. Filters results by issue status (open, closed, or all) and optional year range.
Source:R/topic_find.R
topic_find.Rd
Retrieves all topics of a specified journal with URLs. Filters results by issue status (open, closed, or all) and optional year range.
Examples
# \donttest{
topic_find("covid")
#> Compiling all Topics from journal covid with status: closed
#> Extracting page: 1
#> Extracting page: 2
#> [1] "https://www.mdpi.com/topics/covid_burden"
#> [2] "https://www.mdpi.com/topics/broad_spectrum_antivirals"
#> [3] "https://www.mdpi.com/topics/Acute_Respiratory_Viruses"
#> [4] "https://www.mdpi.com/topics/Biological_Health_related_Problems"
#> [5] "https://www.mdpi.com/topics/COVID_sus"
#> [6] "https://www.mdpi.com/topics/Host_Response_SARS_CoV_2"
#> [7] "https://www.mdpi.com/topics/Advanced_Biostatistical_Methods"
#> [8] "https://www.mdpi.com/topics/covid_pathophysiology_therapy"
#> [9] "https://www.mdpi.com/topics/HPX0E27355"
#> [10] "https://www.mdpi.com/topics/L0846081ME"
# }