Skip to content

Commit 070aa30

Browse files
author
Dave Robinson
committed
Added Travis badge
1 parent 1be1f43 commit 070aa30

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
fuzzyjoin: Join data frames on inexact matching
66
------------------
77

8+
[![Travis-CI Build Status](https://travis-ci.org/dgrtwo/fuzzyjoin.svg?branch=master)](https://travis-ci.org/dgrtwo/fuzzyjoin)
9+
810
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:
911

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

0 commit comments

Comments
 (0)