
This function has been very helpful today.
I used regex at first but substrRight turned out to be more applicable.
Also got this weird error 'error in rename unused argument' when my code was working perfectly fine in the previous n runs

#RStats
I followed this thread: https://github.com/tidyverse/dplyr/issues/3252
and I uninstalled some packages (co-existing with tidyverse packages) and re-installed #tidyverse
and I uninstalled some packages (co-existing with tidyverse packages) and re-installed #tidyverse

I know these are just baby steps but yay for #learning

I also got this error:
'Error in .jcall(cell, "V", "setCellValue", value) : method setCellValue with signature ([Ljava/lang/String;)V not found'
when I used write.xlsx() and fixed it with http://as.data .frame(<table>) instead of just <table>
#RStats
'Error in .jcall(cell, "V", "setCellValue", value) : method setCellValue with signature ([Ljava/lang/String;)V not found'
when I used write.xlsx() and fixed it with http://as.data .frame(<table>) instead of just <table>

#RStats