powered by
Update a function value or expression. Function must exist before being updated.
VeneerSetFunction(Name, Expression, baseURL = "http://localhost:9876")
Nothing to the R environment.
Name of the function without the "$", e.g. f_ScaleFactor
Expression to change it to, e.g. 1.2
URL of the Veneer server. Defaults to the veneer default.
if (FALSE) { VeneerSetFunction("f_ScaleFactor",1.2) VeneerSetFunction("f_TargetLevel","if($m_Flow<1000,3.2,3.5)") }
Run the code above in your browser using DataLab