SetIntercept: SetIntercept

View source: R/SetIntercept.R

SetInterceptR 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)


RBaseX documentation built on Dec. 2, 2022, 5:10 p.m.

Related to SetIntercept in RBaseX...