Retrieves all rows from a LadybugDB query result as an R data.frame.
When the arrow package is available the conversion goes through the
Arrow IPC pathway (zero-copy for numeric types); otherwise pandas is used.
Usage
# S3 method for class 'lb_result'
as.data.frame(x, ..., use_arrow = TRUE)