powered by
A method for a brief overview on the content of a lib_df or a comp_df object.
# S3 method for lib_df print(x, maxsum = 4, ...)# S3 method for comp_df print(x, ...)
# S3 method for comp_df print(x, ...)
A print in the console.
An object of class 'lib_df'.
An integer value indicating the number of entries to be displayed in the printed output.
Further arguments passed among methods.
Miguel Alvarez
Refs <- read_bib(x = file.path( path.package("biblio"), "LuebertPliscoff.bib" )) print(Refs, maxsum = 10)
Run the code above in your browser using DataLab