Displaying 1 result from an estimated 1 matches for "355152".
Did you mean:
35512
2010 May 12
1
Is there an easier way to replace the object name in the R code
Hi all,
I have a R code with quite a few lines. For instance
AA <- read.csv(C:\\AA.txt)
AA.diff <- diff(log(AA))
.....
....
Now I want to re-define the code with different object, like BB,
CC......ZZ(the codes are the same). Thus, I was wondering whether their is
an efficient way or automatic way to replace and generate new objects rather
than using "find and replace" function