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).
Get the latest stable development version from github:
install_github("Infosys/NIADataRConnector")
library(NIADataRConnector)
IIP.init("username")
IIP.uploadTable(dataSource = "testDataSource", workspaceName = "testWorkspace",hdfsDelimiter = ",", dataFrame= DataFrame object, tableName= "R_Table", fileType = "csv")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.