View source: R/shoji-catalog.R
catalogToDataFrame | R Documentation |
This is an internal function called by the various as.data.frame
methods.
Use as.data.frame
instead of calling this directly.
catalogToDataFrame(
x,
keys = TRUE,
rownames = NULL,
list_columns = c("subvariables", "subvariables_catalog"),
...
)
x |
|
keys |
character vector of attribute names from each catalog tuple to include in the result. Default is TRUE, which means all. |
rownames |
See |
list_columns |
A character vector of the names of the attributes that should be stored in a list-column. Currently ignored. |
... |
additional arguments passed to |
Some of the attributes of a ShojiCatalog
will not naturally fit in
a conventional data.frame. For example, an array variable contains a list of
subvariables, and these subvariables will not easily fit in a single row of a
data.frame. In this case, the list of subvariables are stored in a
list-column in the resulting data.frame.
a data.frame
view of the catalog
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.