Default lazy column implementation
1 | read_column.lazy_column(lazy_col, index, length)
|
lazy_col |
a custom lazy column |
index |
an integer vector specifying the indices to use from the vector or a single integer specifying the starting index position of the subset. If a single integer is used, length should be equal to the total number of elements. |
length |
total number of elements required or NULL if parameter index is set to a integer vector |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.