fabR-vignette

fabR

R-CMD-check

The goal of fabR is to provide wrapper functions in the data cleaning and cleansing processes. These function help in messages and interaction with the user, keep track of information in pipelines, help in the wrangling, munging, assessment and visualization of data frame-like material.

Installation

You can install the package from CRAN, or the development version of fabR from GitHub:

# To update the R package in your R environment you may first need to remove 
# it, and use the exit command quit() to terminate the current R session.

# To install the R package:
install.packages('fabR')
library(fabR) 

#if you need help with the package, please use:
fabR_website()