Type:MoxyScript
From MoxyWiki
A property of type MoxyScript may be evaluated successfully as a snippet of R code.
For example:
1 + 1
will return 2 as it is possible to evaluate that successfully as R code.
Care must be taken when representing strings to wrap the code in single quotes like so:
'9.81 m/s2'
This type is among the standard datatypes of this wiki.

