Starting a second R script from within a parent script -


i have 5 scripts part of project run 1 after other. open first script, run , prompted @ end, "do want run xrefgenetic.r?" if yes, xrefgenetic.r should open , run. 100% r can this, in fact think used know how have forgotten , cannot find anywhere.

how open r script within r script?

are thinking of source() ?

my usual recommendation create package, alleviates these issues: functions , symbols known (or hidden if chose not export them) , have much better control.


Comments

Popular posts from this blog

php - What is the difference between $_SERVER['PATH_INFO'] and $_SERVER['ORIG_PATH_INFO']? -

fortran - Function return type mismatch -

queue - mq_receive: message too long -