replace_space_underscore {valueEQ5D}R Documentation

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

replace_space_underscore("Sri Lanka")

[Package valueEQ5D version 0.7.2 Index]