IIP.uploadTable: Upload the data frame to IIP

Description Usage Arguments Author(s) Examples

View source: R/Utility.R

Description

upload the given data frame to a table in a workspace in IIP using IIP webservice

Usage

1
IIP.uploadTable(dataSource, workspaceName, hdfsDelimiter = ",", dataFrame, tableName, fileType = "csv", append = F, role)

Arguments

dataSource

Name of the IIP data source

workspaceName

Name of the IIP workspace

hdfsDelimiter

The seperator to be used for storing table

dataFrame

Dataframe to be uploaded to IIP

tableName

name of the table to be uploaded

fileType

type of table/file (default is csv)

append

whether the table is to be appended or is to be created (default is csv)

role

user role

Author(s)

KiranKumar_Kaipa@infosys.com Poorva_Agrawal@infosys.com

Examples

1
#IIP.uploadTable(dataSource="DataSourceName", workspaceName="WorkspaceName", hdfsDelimiter = ",", dataFrame=DataFrameObject, tableName="TableName", fileType = "csv", append = F, role ="admin")

Infosys/NIADataRConnector documentation built on May 14, 2019, 10:32 a.m.