Search RBA tables
rba_search_tablesSearch the RBA table catalogue for available datasets, with options to filter by query, offset, maximum rows, and to refresh from the RBA website.
Instructions
Search the RBA table catalogue, including readrba's readable flag. Refresh is off by default.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | Word or phrase to search for. Omit to return all tables. | |
| offset | No | Number of filtered and sorted rows to skip. | |
| refresh | No | Scrape the RBA website instead of using readrba's internal list. | |
| max_rows | No | Maximum rows to return. There is no server-side ceiling. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | ||
| offset | Yes | ||
| has_more | Yes | ||
| max_rows | Yes | ||
| truncated | Yes | ||
| total_rows | Yes | ||
| returned_rows | Yes |