print {biblio} | R Documentation |
Print content of lib_df objects
Description
A method for a brief overview on the content of a lib_df or a comp_df object.
Usage
## S3 method for class 'lib_df'
print(x, maxsum = 4, ...)
## S3 method for class 'comp_df'
print(x, ...)
Arguments
x |
An object of class 'lib_df'. |
maxsum |
An integer value indicating the number of entries to be displayed in the printed output. |
... |
Further arguments passed among methods. |
Value
A print in the console.
Author(s)
Miguel Alvarez
Examples
Refs <- read_bib(x = file.path(
path.package("biblio"),
"LuebertPliscoff.bib"
))
print(Refs, maxsum = 10)
[Package biblio version 0.0.10 Index]