Learn R Programming

biblio (version 0.0.9)

print: 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 lib_df
print(x, maxsum = 4, ...)

# S3 method for comp_df print(x, ...)

Value

A print in the console.

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.

Author

Miguel Alvarez

Examples

Run this code
Refs <- read_bib(x = file.path(
        path.package("biblio"),
        "LuebertPliscoff.bib"
    ))

print(Refs, maxsum = 10)

Run the code above in your browser using DataLab