Package: MDPIexploreR 0.2.1

MDPIexploreR: Web Scraping and Bibliometric Analysis of MDPI Journals

Provides comprehensive tools to scrape and analyze data from the MDPI journals. It allows users to extract metrics such as submission-to-acceptance times, article types, and whether articles are part of special issues. The package can also visualize this information through plots. Additionally, 'MDPIexploreR' offers tools to explore patterns of self-citations within articles and provides insights into guest-edited special issues.

Authors:Pablo Gómez Barreiro [aut, cre]

MDPIexploreR_0.2.1.tar.gz
MDPIexploreR_0.2.1.zip(r-4.5)MDPIexploreR_0.2.1.zip(r-4.4)MDPIexploreR_0.2.1.zip(r-4.3)
MDPIexploreR_0.2.1.tgz(r-4.4-any)MDPIexploreR_0.2.1.tgz(r-4.3-any)
MDPIexploreR_0.2.1.tar.gz(r-4.5-noble)MDPIexploreR_0.2.1.tar.gz(r-4.4-noble)
MDPIexploreR_0.2.1.tgz(r-4.4-emscripten)MDPIexploreR_0.2.1.tgz(r-4.3-emscripten)
MDPIexploreR.pdf |MDPIexploreR.html
MDPIexploreR/json (API)
NEWS

# Install 'MDPIexploreR' in R:
install.packages('MDPIexploreR', repos = c('https://pgomba.r-universe.dev', 'https://cloud.r-project.org'))

Peer review:

Bug tracker:https://github.com/pgomba/mdpi_explorer/issues

Datasets:
  • agriculture - Article data extracted from MDPI journal Agriculture
  • horticulturae - Article data extracted from MDPI journal Horticulturae

On CRAN:

analysisdata-analysisdata-visualizationmdpimetricsscientific-journalsvisualizationweb-scraping

6.41 score 20 stars 8 scripts 115 downloads 11 exports 48 dependencies

Last updated 2 months agofrom:94ab3d8d88. Checks:7 OK. Indexed: yes.

TargetResultLatest binary
Doc / VignettesOKDec 28 2024
R-4.5-winOKDec 28 2024
R-4.5-linuxOKDec 28 2024
R-4.4-winOKDec 28 2024
R-4.4-macOKDec 28 2024
R-4.3-winOKDec 28 2024
R-4.3-macOKDec 28 2024

Exports:article_findarticle_infoclean_namesguest_editor_infoMDPI_journalsplot_articlesselfcite_checkspecial_issue_findspecial_issue_infotopic_findtopic_info

Dependencies:askpassclicolorspacecpp11curldplyrfansifarvergenericsggplot2gluegtablehttrisobandjsonlitelabelinglatticelifecyclelubridatemagrittrMASSMatrixmgcvmimemunsellnlmeopensslpillarpkgconfigpurrrR6RColorBrewerrlangrvestscalesselectrstringistringrsystibbletidyrtidyselecttimechangeutf8vctrsviridisLitewithrxml2

Obtaining articles data

Rendered fromarticle_functions.Rmdusingknitr::rmarkdownon Dec 28 2024.

Last update: 2024-11-23
Started: 2024-11-23

Using plot_articles()

Rendered fromplot_articles.Rmdusingknitr::rmarkdownon Dec 28 2024.

Last update: 2024-11-27
Started: 2024-11-27

Readme and manuals

Help Manual

Help pageTopics
Article data extracted from MDPI journal Agricultureagriculture
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.article_find
This function extracts key editorial information from one or more paper URLs. Specifically, it retrieves the submission, revision, and acceptance dates, as well as the article type. The function also calculates the turnaround time (the duration from submission to acceptance) and identifies whether the paper is part of a special issue.article_info
This function will standardize the editors and authors names to facilitate matching them to one another.clean_names
Obtain information from guest edited special issuesguest_editor_info
Article data extracted from MDPI journal Horticulturaehorticulturae
MDPI journal names and codeMDPI_journals
Plots information obtained from article_info(). For analysis purposes, Editorial and Correction type articles are ignored.plot_articles
Calculates number of authors selfcitations against all referencesselfcite_check
Retrieves all special issues of a specified journal with URLs. Filters results by issue status (open, closed, or all) and optional year range.special_issue_find
Obtain information from special issuesspecial_issue_info
Retrieves all topics of a specified journal with URLs. Filters results by issue status (open, closed, or all) and optional year range.topic_find
Obtain information from guest edited topicstopic_info