| summary.scopus_records | R Documentation |
Gives a compact overview of a scopus_records object, reporting how many records it holds, the span of publication years they cover, how many distinct sources and Digital Object Identifiers appear among them and how widely they have been cited. It is a convenient way to take stock of a retrieval before any closer analysis.
## S3 method for class 'scopus_records'
summary(object, ...)
object |
A scopus_records tibble. |
... |
Ignored, present for compatibility with the |
A list of class scopus_records_summary, with elements n_records,
years (the earliest and latest year present, each NA when no year is
known), n_sources, n_with_doi, total_citations, median_citations,
top_cited (the title of the most-cited record) and top_source (the most
frequent source title). Printing it produces a short readable report.
summary(example_records)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.