Description Usage Arguments Value Examples
If the language doesn't exist yet, it throws
an error. Otherwise it returns a filtered
swear_words
data frame.
1 | get_swearwords(lang_code)
|
lang_code |
ISO 639-1 two letter language code. |
Data frame of swear words of one language.
1 2 | en_swear_words <- get_swearwords("en")
head(en_swear_words)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.