r2hpcc.ExecuteSQL: Calls the executesql function of ws_sql

Description Usage Arguments

View source: R/ExecuteSQL.R

Description

Takes in two parameters HPCC SQL statement and HPCC connection object Returns a data frame. If the function eencountered any error while executing the query, 2nd element will have a value of -1 and 1st element, the error message.

Usage

1
r2hpcc.ExecuteSQL(conn, query, limit)

Arguments

conn

- hpcc connection information

query

- SQL statement to execute

limit

- limit number of rows to retrieve (defaults to connection level if not provided)


hpcc-systems/r2hpcc documentation built on May 17, 2019, 4:53 p.m.