I am not sure what's wrong with my R query.
Here is the warning message in a list:
https://drive.google.com/file/d/13KK_gIiI_T7l1IezhsNXG0asiMatU9wz/view?usp=sharing
My R code is to get, for example, the "AACQW" from "x = AACQW".
library(tidyverse)
str_extract_all(warnings, "x\\s=\\s.+\\"")
Thanks for any help!