streamer_vroom: vroom streamer

Description Usage Arguments Value

View source: R/streamers.R

Description

vroom streamer

Usage

1
streamer_vroom(id = "vroom", altrep_opts = FALSE)

Arguments

id

Identifier to mark the streamer in benchmarks (default: 'vroom')

altrep_opts

Set ALTREP options for method 'vroom::vroom()'. See that functions description of the meaning of this parameter. Beware that enabling ALTREP functionality for vroom can lead to incomparable benchmarks as the dataset returned from 'vroom' is not materialized in memory for types that use ALTREP. In effect, part of the deserialization is postponed to a later time.

Value

A table streamer that uses vroom to read and write the csv format


fstpackage/syntheticbench documentation built on Jan. 23, 2020, 10:13 a.m.