table_proxy_read_full: Read the all data selected by the table_proxy into memory,...

Description Usage Arguments Value

View source: R/table_proxy_methods.R

Description

For now, all rows in the full range are read in, and the uneeded rows are discarded.

Usage

1
table_proxy_read_full(tbl_proxy, col_names = NULL)

Arguments

tbl_proxy

a table_proxy object

col_names

names of the columns to retrieve. If NULL, all columns in the tbl_proxy will be returned

Value

a data.frame object with the requested data


fstpackage/fsttable documentation built on Sept. 10, 2019, 9:18 p.m.