Retrieves a summary of available tables in the IRW database, including their name, number of rows, and variable count, sorted alphabetically by table name.
Value
A data frame with the following columns:
- name
The name of the table, sorted alphabetically.
- numRows
The number of rows in the table.
- variableCount
The number of variables in the table.
Examples
if (FALSE) { # \dontrun{
tables <- irw_list_tables()
print(tables)
} # }