SetIntercept {RBaseX} | R Documentation |
Assign a new value to session$Intercept
SetIntercept(session, intercept)
session |
BasexClient instance-ID |
intercept |
New Intercept value |
This method returns self invisibly, thus making it possible to chain together multiple method calls.
## Not run:
SetIntercept(TRUE)
## End(Not run)