I am trying to run a function in r starting with the following command:
read.tchain<-function("AL1"){
and I keep getting the following error:
Error: unexpected string constant in "read.tchain<-function("AL1""
I have tried multiple variations and no luck. Any help would be greatly appreciated!