Provide Summary Information About R Objects
Inspired by S-PLUS™ function objects.summary(), provides a function with the
same name that returns a data.frame with data class, storage mode, mode, typeof, dimension, and size
information for R objects from the specified environment. Various filtering and sorting
options are also proposed, as well as the custom print and summary methods and options.
You can install the current stable version of osum from CRAN:
install.packages("osum")Windows and macOS binary packages are available from here.
You can install the development version of osum including latest features from GitHub:
# install.packages("remotes")
remotes::install_github("zivankaraman/osum")Read through the Get started to learn how to use the package.
This package is released under GPL-3.
