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
Post a Comment