How to slice a character string based on value in a column?
I want to be able to slice a character string based on a numeric value in a dataframe. The value will vary across rows.
I want to be able to slice a character string based on a numeric value in a dataframe. The value will vary across rows.