README.md

NIADataRConnector Package

Introduction

The NIADataRConnector package has been built to allow data scientists and analysts access views created in NiaData(IIP). It has many functions which enable various utilities like authentication of user, fetching of data & metadata from NiaData(IIP) and pushing data to HDFS and registering it is views/tables in NiaData(IIP).

Various functions of the NIADataRConnector

Installation

Get the latest stable development version from github:

install_github("Infosys/NIADataRConnector")

Example

library(NIADataRConnector)
IIP.init("username")
IIP.uploadTable(dataSource = "testDataSource", workspaceName = "testWorkspace",hdfsDelimiter = ",", dataFrame= DataFrame object, tableName= "R_Table", fileType = "csv")


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