The alias representing the Dataset. The Dataset must be tabular, i.e. have a schema.
columns
The subset of columns to retrieve.
row_limit
The maximum number of rows to retrieve.
format
The output format, can be 'arrow' or 'data.frame'.
Column types
Note that types may not match exactly the Foundry column types.
See https://arrow.apache.org/docs/r/articles/arrow.html for details on type conversions
from an arrow Table to a data.frame.