Learn R Programming

valueEQ5D (version 0.7.2)

replace_space_underscore: Function to add an underscore for texts with spaces in between

Description

Function to add an underscore for texts with spaces in between

Usage

replace_space_underscore(this_string)

Arguments

this_string

a string

Value

string where the spaces replaced by "_"

Examples

Run this code
# NOT RUN {
replace_space_underscore("Sri Lanka")
# }

Run the code above in your browser using DataLab