Default view spec: expose all data (scalars + vectors + matrices) as-is.
Source:R/view_daf.R
VIEW_ALL_DATA.RdA convenience list combining VIEW_ALL_SCALARS, VIEW_ALL_VECTORS, and
VIEW_ALL_MATRICES. Pass as the data argument to viewer() to expose
every data item from the base daf unchanged.
Examples
d <- example_cells_daf()
v <- viewer(d, data = VIEW_ALL_DATA)
scalars_set(v)
#> [1] "organism" "reference"