if (FALSE) {
check_match('UPS', 'United Parcel Service')
check_match('UPS', 'United States Postal Service')
check_match(c('USPS', 'USPS', 'USPS'),
c('Post Office', 'United Parcel', 'US Postal Service'))
}
Run the code above in your browser using DataLab