Description Usage Arguments Value Examples
Change text into good directry name
1 2 | naming_dir(input = "FEATURE ENGINEERING FOR NLP IN PYTHON", sep = "_",
is_paste = TRUE)
|
input |
character. |
sep |
a character string to separate the terms. Not NA_character_. |
is_paste |
Logical. Whether or not to paste the text on the clipboard. |
The directory name.
1 | naming_dir("FEATURE ENGINEERING FOR NLP IN PYTHON", is_paste = FALSE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.