List fields in a RIO table
rio_list_fields.RdThis function lists all fields (columns) available in a specified RIO table.
Arguments
- table_name
The name of the table to retrieve fields for.
- table_id
The ID of the table. If NULL, table_name will be used to look up the ID.
- include_info
Logical indicating whether to include field type information. Default is TRUE.
- pattern
Optional pattern to filter field names. Default is NULL (no filtering).