diff --git a/README.md b/README.md index af6a887..b125c4c 100644 --- a/README.md +++ b/README.md @@ -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`)