Rows(ops,table)

Return the number of records after a query with base table table and query operations ops.

Syntax

Rows(ops,table)

Arguments

ops
A list of ops
table
A path to a table object

Example

n <- Rows(ops,'path.to.table')