R/helperFunc_server.R
ras.sanitizeInput.Rd
Replaces underscores with periods.
ras.sanitizeInput(inputVar)
Character string to sanitize
Character string
Other RunlistGenerator: ras.RunlistGenerator(), ras.add.blank(), ras.add.compound(), ras.add.type(), ras.create.Runlist(), ras.darkModeDF_Options(), ras.dateSignAll.update(), ras.server(), ras.well.update()
ras.RunlistGenerator()
ras.add.blank()
ras.add.compound()
ras.add.type()
ras.create.Runlist()
ras.darkModeDF_Options()
ras.dateSignAll.update()
ras.server()
ras.well.update()
ras.sanitizeInput("Spaces etc -- but_no_underscore!") #> [1] "Spaces etc -- but.no.underscore!"