One row per sheet, with its coverage. For coverage broken down by
framework item across the whole corpus, use instar_audit().
Usage
# S3 method for class 'instar_corpus'
summary(object, ...)Value
A data frame with columns study, title, journal, doi,
version, folder (the directory the sheet was read from, relative
to what was asked for), reported, not_reported,
not_applicable, applicable, and percent_reported.
Examples
if (FALSE) { # \dontrun{
corpus <- read_instar("supplements/")
head(summary(corpus))
} # }