read_column: Read data from a lazy column

Description Usage Arguments Value

View source: R/read_column.R

Description

Read data from a lazy column

Usage

1
read_column(lazy_col, index, length)

Arguments

lazy_col

a lazy column

index

an integer vector specifying the index to use from the vector, a single integer specifying the starting index position of the subset or NULL. If a single integer is used, length should be equal to the total number of elements. If NULL, the full column will be read.

length

total number of elements required or NULL if parameter index is set to a integer vector

Value

a subset of a lazy_column


MarcusKlik/lazyplyr documentation built on Dec. 17, 2021, 2:21 a.m.