tools/sourceAll.R

#options and WD
options(warn=1)
wd='~/Documents/workspace/RTanalyze/R/'

#files to source
flist=list.files(wd,pattern='.R',full.names=T,ignore=T)
for(i in 1:length(flist)) eval(parse(text=paste('source(\'',flist[i],'\')',sep='')))

Try the rtanalyze package in your browser

Any scripts or data that you put into this service are public.

rtanalyze documentation built on May 2, 2019, 5:45 p.m.