Add whisker values
Details
The names of the character gives the string to be replaced and the value gives the new string.
Examples
my_whiskers <- c(Placeholder = "Replacement", Placeholder2 = "Replacement2")
add_whisker(my_whiskers)
Add whisker values
The names of the character gives the string to be replaced and the value gives the new string.
my_whiskers <- c(Placeholder = "Replacement", Placeholder2 = "Replacement2")
add_whisker(my_whiskers)