ATTENTION: This function must be used only with RStudio IDE.
normalize_extdata()
normalize file names founded in the ./inst/extdata/
folder of a R package.
The function lowercase the names, substitute " - "
characters for "_"
,
and substitute " "
characters for "-"
.
if (FALSE) { # \dontrun{
normalize_extdata()} # }