[Experimental]

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 "-".

normalize_extdata(package = basename(here::here()))

Arguments

package

(optional) a string indicating the target package (default: basename(here::here())).

Examples

if (FALSE) { # \dontrun{
normalize_extdata()} # }