/svBase

Base SciViews R functions to manage data frames and other main objects

Primary LanguageROtherNOASSERTION

svBase - Functions for Base Objects like Data Frames in SciViews

R-CMD-check Coverage status CRAN status License Lifecycle: stable

{svBase} sets up the way data frames (with objects like R base's data.frame, data.table and tibble tbl_df) are managed in SciViews. The user can select the class of object it uses by default and many other SciViews functions return that format. Also conversion from one to the other is smoothed, including for the management of data.frame's row names or data.table's keys. Also homogeneous ways to create a data frame or to print it are also provided.

Installation

You can install the released version of {svBase} from CRAN with:

install.packages("svBase")

You can also install the latest development version. Make sure you have the {remotes} R package installed:

install.packages("remotes")

Use install_github() to install the {svMisc} package from GitHub (source from master branch will be recompiled on your machine):

remotes::install_github("SciViews/svBase")

R should install all required dependencies automatically, and then it should compile and install {svBase}.

Further explore {svBase}

You can get further help about this package this way: Make the {svBase} package available in your R session:

library("svBase")

Get help about this package:

library(help = "svBase")
help("svBase-package")
vignette("svBase") # None is installed with install_github()

For further instructions, please, refer to the help pages at https://www.sciviews.org/svBase/.

Code of Conduct

Please note that the {svBase} package is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.