R Documentation |
A method for a brief overview on the content of a lib_df or a comp_df object.
## S3 method for class 'lib_df'
print(x, maxsum = 4, ...)
## S3 method for class 'comp_df'
print(x, ...)
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. |
A print in the console.
Miguel Alvarez
Refs <- read_bib(x = file.path(
path.package("biblio"),
"LuebertPliscoff.bib"
))
print(Refs, maxsum = 10)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.