count_records.MDB {TKCat} | R Documentation |
Count the number of records
Description
Count the number of records
Usage
## S3 method for class 'MDB'
count_records(x, ...)
count_records(x, ...)
Arguments
x |
an object with embedded data tables |
... |
the name of the tables to consider (default: all of them) |
Value
A named vector with the number of records per table.
[Package TKCat version 1.1.11 Index]