Closed arbenede closed 1 year ago
A call to Rpush('x.t',x_t) gives an error since even if x.t is a valid R variable name, it is not a legal MATLAB variable name.
Rpush('x.t',x_t)
x.t
Variable names with dot are not yet supported. Rcall now throws an error message if variables with dots are used.
A call to
Rpush('x.t',x_t)
gives an error since even ifx.t
is a valid R variable name, it is not a legal MATLAB variable name.