update.ca: Method to update the data in the table

Description Usage Details

Description

Update the table with the values provided in the data frame. Below is the structure of the data frame for WhereClause

Usage

1
2
3
## S3 method for class 'ca'
update(conn = NULL, dataframe = NULL, colname = NULL,
  type = NULL)

Details

@param conn - BAConnection object obtained from connect API @param dataframe - DataFrame for where Clause @param colname - colname in dataframe which is to be added in to table @param type - Data type of column, supports specific types available in the conn$dataTypes list


aravinds502/envision documentation built on May 14, 2019, 8:21 a.m.