output_file_sep.Rd
Change the output file name separator
output_file_sep(sep = c("-", "_", "."))
a file separator character; this is limited to hyphen
(-
), underscore (_
) and dot (.
)
if (FALSE) {
mrggsave:::output_file_sep("_")
mrggsave:::output_file_sep("-")
mrggsave:::output_file_sep(".")
mrggsave:::output_file_sep()
}