.removeSpaceForFilepath | R Documentation |
Remove space in a State's name for use with filepaths. This is to improve
portability for platforms and utilities e.g. make
that do not work
well with filepaths that have spaces in them.
.removeSpaceForFilepath(state)
state |
A character vector of length 1. |
If length(state) > 1L
, all additional elements are removed
silently. Also, state
is expected to be a State in Nigeria; illegal
input will produce an error and the function will fail.
The State with any speaces replaced with a hyphen
.removeSpaceForFilepath("Akwa Ibom")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.