Skip to contents

Replaces underscores with periods.

Usage

ras.sanitizeInput(inputVar)

Arguments

inputVar

Character string to sanitize

Value

Character string

Examples

ras.sanitizeInput("Spaces etc -- but_no_underscore!")
#> [1] "Spaces etc -- but.no.underscore!"