find_words | R Documentation |
Funckja pozwala na wydzielenie słów z danego zbioru wyrazów.
find_words(write_a_word, dictionary, report = FALSE, to_low = TRUE)
write_a_word |
|
dictionary |
|
report |
|
to_low |
|
wektor wydzielonych słów.
find_words("v..y", c("nice", "very", "small", "package", "bro"), report = TRUE) find_words("....", c("nice", "very", "small", "package", "bro"), report = FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.