knitr::opts_chunk$set( collapse = TRUE, eval = FALSE, comment = "#>", warning = FALSE, message = FALSE, echo = TRUE)
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.
You can install the package from CRAN, or the development version of fabR from GitHub:
``` {r setup}
install.packages('fabR') library(fabR)
fabR_website()
```
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.