Skip to content

markvanderloo/satRday

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A systematic approach to datacleaning with R

This repo is has some data, scripts and other materials supporting the tutorial given at the satRday conference in Budapest, 3 September 2016.

Presentation

Available on slideshare

Packages used

To run the scripts, install the packages with the script below (you need Rtools if you're not on a Unix-like OS).

## CRAN packages:
install.packages(c("deductive","drat","stringdist","stringr","validate","VIM"))
## pkgs not on CRAN yet:
drat::addRepo("markvanderloo")
install.packages("simputation", type="source")
drat::addRepo("data-cleaning") 
install.packages("errorlocate", type="source")

About

Materials for the satRday tutorial on data cleaning

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published