article_find {MDPIexploreR} | R Documentation |
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)
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
agr_articles<-article_find("agriculture")
[Package MDPIexploreR version 0.2.0 Index]