fabR-vignette"

knitr::opts_chunk$set(
  collapse = TRUE,
  eval = FALSE,
  comment = "#>",
  warning = FALSE,
  message = FALSE,
  echo = TRUE)

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:

``` {r setup}

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()

```



Try the fabR package in your browser

Any scripts or data that you put into this service are public.

fabR documentation built on May 29, 2024, 2:58 a.m.