ropensci / europepmc
Showing 1 of 4 files from the diff.
Newly tracked file
R/epmc_search.r changed.
Other files ignored by Codecov
README.Rmd has changed.
README.md has changed.

@@ -18,8 +18,9 @@
Loading
18 18
#' @param limit integer, limit the number of records you wish to retrieve. By
19 19
#'   default, 100 are returned.
20 20
#' @param synonym logical, synonym search. If TRUE, synonym terms from MeSH
21 -
#'   terminology and the UniProt synonym list are queried, too. Disabled by
22 -
#'   default.
21 +
#'   terminology and the UniProt synonym list are queried, too.
22 +
#'   In order to replicate results from the website, with the Rest API
23 +
#'   you need to turn synonyms ON!
23 24
#' @param sort character, relevance ranking is used by default. Use
24 25
#'   \code{sort = 'cited'} for sorting by the number of citations, or
25 26
#'   \code{sort = 'date'} by the most recent publications.
Files Coverage
R 87.65%
Project Totals (17 files) 87.65%

No yaml found.

Create your codecov.yml to customize your Codecov experience

Sunburst
The inner-most circle is the entire project, moving away from the center are folders then, finally, a single file. The size and color of each slice is representing the number of statements and the coverage, respectively.
Icicle
The top section represents the entire project. Proceeding with folders and finally individual files. The size and color of each slice is representing the number of statements and the coverage, respectively.
Grid
Each block represents a single file in the project. The size and color of each block is represented by the number of statements and the coverage, respectively.
Loading