Strip out the first several characters from a column
get_prefix.RdStrip out the first several characters from a column
Examples
hiRx:::get_prefix(
tibble::tribble(~Text, "hello", "world"),
Text,
3
)
get_prefix.RdStrip out the first several characters from a column
hiRx:::get_prefix(
tibble::tribble(~Text, "hello", "world"),
Text,
3
)