display_close_names: Display close names

Description Usage Arguments Value Author(s) Examples

View source: R/close_names.R

Description

Display in an human readable way the result of the function find_close_string.

Usage

1
display_close_names(close_list, sentence = "is close to")

Arguments

close_list

A list produced by the function find_close_string.

sentence

character A sentence between the word tested and the words that should be close.

Value

A character vector, one element by word.

Author(s)

Joris Muller

Examples

1
2
3
chaine2 <- c("mainson", "maison", "cave", "caves", "Cave", "H<c3><b4>pital", "Hopital", "Bachibouzouk")
the_list <- find_close_strings(chaine2)
display_close_names(the_list)

jomuller/dfcheck documentation built on May 19, 2019, 7:26 p.m.