Takes a single character or a list of characters and replaces parentheses
with brackets. Can be used to prepare a string of statistics (e.g. containing
degrees of freedom) for reporting within parentheses.
Usage
in_paren(x)
Value
An object of the same type as x, where all parentheses have been
replaced by brackets.
Arguments
x
Character. Single character or list of characters.