lazy_frame: Define a lazy data frame

Description Usage Arguments Value

View source: R/lazy_frame.R

Description

A lazy frame is an implementation of the 'lazy table' interface for data frames. This class serves as an example for how to implement a 'lazy table'. It wraps an existing data frame and implements the API using a data frame stored in memory.

Usage

1

Arguments

...

columns for the lazy_frame or a data frame (or equivalent)

Value

object of class 'lazy_frame' that provides an implementation for the 'lazy table' API


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