View source: R/guest_editor_info.R
guest_editor_info | R Documentation |
#' Extracts data from special issues, including guest editors' paper counts excluding editorials, time between last submission and issue closure, and whether guest editors served as academic editors for any published papers.
guest_editor_info(journal_urls, sample_size, sleep = 2, show_progress = TRUE)
journal_urls |
A list of MDPI special issues URLs |
sample_size |
A number. How many special issues do you want to explore from the main vector. Leave blank for all |
sleep |
Number of seconds between scraping iterations. 2 sec. by default |
show_progress |
Logical. If |
A data frame (class: data.frame
) with the following columns:
The URL of the special issue from which the information is retrieved.
Number of special issues contained in the special issue, not considering editorial type articles
Number of articles in the special issue with guest editorial pressence
Proportion of articles in the special issue in which a guest editor is present
Time at which the special issue was or will be closed
Time at which last article present in the special issue was submitted
Numeric vector showing number of articles in which each individual guest editor is present
Number of articles in the special issue where the academic editor is a guest editor too
Day differential between special issue closure and latest article submission
ge_issue<-"https://www.mdpi.com/journal/plants/special_issues/5F5L5569XN"
ge_info<-guest_editor_info(ge_issue)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.