| jlview_info | R Documentation |
Returns metadata about a jlview ALTREP vector including the Julia element type, length, writeability, and release status.
jlview_info(x)
x |
A jlview ALTREP vector |
A named list with components:
Julia element type (e.g., "Float64")
Number of elements
Whether the view allows direct writes
Whether the view has been released
Whether COW materialization has occurred
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.