saving . . . saved node stack overflow has been deleted. node stack overflow has been hidden .
node stack overflow
Title
Question
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 09-11-19, 4:05 p.m. edeltheprincess

Answers:

Please check whether you are sourcing the same file into itself.
09-11-19, 4:13 p.m. wangikarsmita2019@gmail.com
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.
09-11-19, 4:26 p.m. edeltheprincess

Login to add comment


Log-in to answer to this question.