Provide Summary Information About R Objects
Description
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.
Installation
Stable version
You can install the current stable version of osum
from CRAN:
install.packages("osum")
Windows and macOS binary packages are available from here.
Development version
You can install the development version of osum
including latest features from GitHub:
# install.packages("remotes")
remotes::install_github("zivankaraman/osum")
Usage
Read through the Get started to learn how to use the package.
License
This package is released under GPL-3.