Skip to content

Commit

Permalink
Added Travis badge
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave Robinson committed Apr 5, 2016
1 parent 1be1f43 commit 070aa30
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -5,6 +5,8 @@
fuzzyjoin: Join data frames on inexact matching
------------------

[![Travis-CI Build Status](https://travis-ci.org/dgrtwo/fuzzyjoin.svg?branch=master)](https://travis-ci.org/dgrtwo/fuzzyjoin)

The fuzzyjoin package is a variation on dplyr's [join](http://www.inside-r.org/node/230646) operations that allows matching not just on values that match between columns, but on inexact matching. This allows matching on:

* Numeric values that are within some tolerance (`difference_inner_join`)
Expand Down

0 comments on commit 070aa30

Please sign in to comment.