table_proxy_read_range: Read a subset of the proxy table to memory

Description Usage Arguments Value

View source: R/table_proxy_methods.R

Description

Read a subset of the proxy table to memory

Usage

1
table_proxy_read_range(tbl_proxy, from_row, to_row, col_names = NULL)

Arguments

tbl_proxy

a table_proxy object

from_row

start row (of table_proxy)

to_row

end row (of table_proxy)

col_names

names of the columns that you want to retrieve

Value

a data.frame object with the requested data


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