powered by
This function encloses a string with parentheses.
encloseBr(x)
A new character string with x enclosed by parentheses.
x
A character string to enclose.
encloseBr("text") # returns "(text)"
Run the code above in your browser using DataLab