powered by
Convert a file name into a variable name
create.variable.name(filename, prefix = NULL, fsep = .Platform$file.sep)
character string: a variable name, see example below
character string
character string: optional prefix to be added
character used to separate path components
if (FALSE) { create.variable.name("C:/my-path/my-file-name.Rd",prefix="res") # Result: "res.my.file.name" }
Run the code above in your browser using DataLab