Testing several commands
Tiki Dynamic variable usage
{$user}
{$user}
1.2. Parsing html code
{R()}cat("<b>hello</b>"){R}
Plugin R/RR: …R… command unavailable
The R package needs to be installed on the server.
See requirements on https://doc.tiki.org/PluginR.
1.3. Wikisyntax param
Attempt parsing with different values for wikisyntax param
1.3.1. no wikisyntax set
{R()}cat("__hello__"){R}
Plugin R/RR: …R… command unavailable
The R package needs to be installed on the server.
See requirements on https://doc.tiki.org/PluginR.
1.3.2. wikisyntax set to 0
{R(wikisyntax=>0)}cat("__hello__"){R}
Plugin R/RR: …R… command unavailable
The R package needs to be installed on the server.
See requirements on https://doc.tiki.org/PluginR.
1.3.3. wikisyntax set to 1
{R(wikisyntax=>1)}cat("__hello__"){R}
Plugin R/RR: …R… command unavailable
The R package needs to be installed on the server.
See requirements on https://doc.tiki.org/PluginR.