Questions Why does R `stringr::str_extract('word. 42', pattern = '\\d*')` not produce `"42"`? byMRApril 19, 2023
Questions In R, use stringr to extract values from a string that are within [] brackets byMRApril 11, 2023
Questions How to quickly iterate over rows in a very large dataframe to apply str_split and extract second last element to replace value in dataframe byMRFebruary 9, 2023
Questions Wrap axis labels in ggplot (including strings specified by labels argument) byMRDecember 9, 2022
Questions Remove 1 character from both sides of a recurring substring where one digit changes in each occurrence byMRDecember 2, 2022