.CallOctave
.o_source(file = "", text = NULL, sep = ";\n")
text
. The concatenation of all suffixed element should form a valid
Octave block.[Generated from Octave-
o_clear()
# source file mfile <- system.file("scripts/ex_source.m", package='RcppOctave') o_source(mfile)
# pass multiple statements o_source(text="a=1;b=3;c=randn(1,5);") o_get('a','b','c')
# also works with a character vector of statements o_source(text=c("a=10;b=30;", "c=randn(1,5)", "d=4")) o_get('a','b','c', 'd')
o_addpath
,
o_inpath