ECLTOPN: Returns the first count number of records in the sorts order...

Description Examples

Description

Returns the first count number of records in the sorts order from the recordset.

Examples

1
2
3
4
5
6
  ## Not run: 
    topn <- ECLTOPN$new(name="T1", inDataset = dsRecords, count="5")
    topn$addField("-Rtot")
    ecl1$add(iterate)
  
## End(Not run)

rHpcc documentation built on May 2, 2019, 11:04 a.m.

Related to ECLTOPN in rHpcc...