Learn R Programming

RBaseX (version 1.1.2)

SetIntercept: 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

Run this code
if (FALSE) {
SetIntercept(TRUE)
}

Run the code above in your browser using DataLab