Skip to contents

Wrap strings

Usage

wrap(x, left, right)

Arguments

x

a vector of provider credentials

left

a string

right

a string

Value

vector

Examples

wrap(x = "M.D.", left = "(", right = ")")
#> [1] "(M.D.)"