collect.dtplyr_step {dtplyr}R Documentation

Force computation of a lazy data.table

Description

Usage

## S3 method for class 'dtplyr_step'
collect(x, ...)

## S3 method for class 'dtplyr_step'
compute(x, ...)

## S3 method for class 'dtplyr_step'
as.data.table(x, keep.rownames = FALSE, ...)

## S3 method for class 'dtplyr_step'
as.data.frame(x, ...)

## S3 method for class 'dtplyr_step'
as_tibble(x, ...)

Arguments

x

A lazy_dt

...

Arguments used by other methods.

keep.rownames

Ignored as dplyr never preseres rownames.


[Package dtplyr version 1.0.1 Index]