Learn R Programming

MDPIexploreR (version 0.3.0)

article_find: 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.

Description

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)

Value

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

Arguments

journal

A string containing the name of a MDPI journal

Examples

Run this code
if (FALSE) {
agr_articles<-article_find("agriculture")
}

Run the code above in your browser using DataLab