node stack overflow
While am trying to load the source of first script file into my second script file, am getting node stack overflow error. how can I solve this problem? please help me...
> # crating an R script
> source('C:/Users/EDUSAT/Desktop/myRproject/myfirstscript.R', echo=TRUE)
Error: node stack overflow
R Introduction-to-R-script 14-15 min 20-30 sec
Answers:
Please check whether you are sourcing the same file into itself.
Thank you mam...let me check and find.
09-11-19, 4:23 p.m.
edeltheprincess
source('C:/Users/EDUSAT/Desktop/myRproject/myfirstscript.R',echo=TRUE)
print("Script loaded")
am trying to load this source from myfirstscript.R into mynewscript.R. But it shows the error node stack overflow and the Rstudio stopped working, the current session has been closed.