Description Usage Arguments Value
Read data from a lazy column
1 | read_column(lazy_col, index, length)
|
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 |
a subset of a lazy_column
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.