README.md

R Package "cleandata"

CRAN status DOWNLOADSTOTAL

A collection of functions that work with data frame to inspect and manipulate data; and to keep track of data manipulation by producing log files.

Available on CRAN: https://cran.r-project.org/package=cleandata

Demonstration: Wrangling Ames Housing Dataset

I planned to keep writing new demos and linking them in this Readme file.

New in V0.3.0

List of Functions

Installation

You can install from CRAN:

install.packages('cleandata')

Alternatively, you can download the source package from the release page of this GitHub repo.

# place the source package in your work directory
install.packages('cleandata_0.3.0.tar.gz', repos = NULL, type="source")

Usage

# loading the package
library('cleandata')

# getting help
help(package = 'cleandata')

# getting demos
browseVignettes('cleandata')

List of Top-level Contents

Update History



sherrisherry/cleandata documentation built on May 7, 2019, 5:02 a.m.