Description Usage Arguments Value
vroom streamer
1 | streamer_vroom(id = "vroom", altrep_opts = FALSE)
|
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. |
A table streamer that uses vroom to read and write the csv format
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.