Learn R Programming

rHpcc (version 1.0)

ECL: The base class that generates the ECL(Enterprise Control Language) code.

Description

The base class that generates the ECL(Enterprise Control Language) code and executes it on the HPCC cluster. This class is used to add ECL code/import definitions.

Arguments

Examples

Run this code
  ## Not run: 
#     ecl1 <- ECL$new(hostName="127.0.0.1")
#     recPerson <- ECLRecord$new(name="Person")
#     recPerson$addField("STRING", "code")
#     recPerson$addField("STRING", "firstName")
#     recPerson$addField("STRING", "lastName")
#     recPerson$addField("STRING", "address")
#     recPerson$addField("STRING", "stateCode")
#     recPerson$addField("STRING", "city")
#     recPerson$addField("STRING", "zip")
#     ecl1$add(recPerson)
#   ## End(Not run)

Run the code above in your browser using DataLab