Skip to contents

This function retrieves the URLs for all published articles from a specified journal. Users can provide the journal's code 'see MDPI_journals.rda', and the function will return the URLs of all articles available within the journal.

Usage

article_find(journal)

Arguments

journal

A string containing the name of a MDPI journal

Value

A vector (class: character) containing a list of articles URLs from target journal

Examples

# \donttest{
agr_articles<-article_find("agriculture")
# }