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