View source: R/normalize_name.R
normalize_name | R Documentation |
normalize_name()
normalizes game/book name(s).
normalize_name(x, sep = "_")
x |
Game or book name to normalize. |
sep |
Separator character. |
normalize_name(x, sep = "_") is used to help create R variable names while
normalize_name(x, sep = "-")' is used to help create filenames and LaTeX labels.
Character vector of normalized game names.
normalize_name("Fuji-san")
normalize_name("Nine Men's Morris", sep = "-")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.