VeneerSetPiecewise: Change a Source piecewise table using Veneer

View source: R/Veneer.R

VeneerSetPiecewiseR Documentation

Change a Source piecewise table using Veneer

Description

Change a Source piecewise table using Veneer

Usage

VeneerSetPiecewise(data, pw_table, baseURL = "http://localhost:9876")

Arguments

data

A 2 column data.frame or matrix with the data to load into the piecewise table.

pw_table

The name of the piecewise linear variable, without the "$".

baseURL

URL of the Veneer server. Defaults to the veneer default.

Value

Nothing to the R environment.

Examples

## Not run: 
 data<-data.frame(X=seq(1,5),Y=seq(1,5))
 VeneerSetPiecewise(data,"pw_table")

## End(Not run)
 

SWTools documentation built on May 31, 2023, 6:24 p.m.