Description Usage Arguments Value Examples
View source: R/get_record_count.R
Queries the arXiv API to get the count of papers submitted to a given category during a stated date range.
1 | get_record_count(cat, date_range)
|
cat |
arXiv category name |
date_range |
Submission dates in "YYYYMMDD TO YYYYMMDD" format |
int
of papers meeting the criteria
1 2 | # Get the count of papers submitted to cs.LG on August 1, 2020
ml_count <- get_record_count("cs.LG", "20200801 TO 20200802")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.