Utility to get a more human-readable view of a Shoji Catalog
catalogToDataFrame(x, keys = TRUE, rownames, ...)
ShojiCatalog or subclass
character vector of attribute names from each catalog tuple to include in the result. Default is TRUE, which means all.
See data.frame
, the row.names
argument, to which this is passed in data.frame
. The difference here
is that if rownames
is explicitly set as NULL
, the resulting
object will not have row names set. By default, row names will be the URLs
of the catalog tuples.
additional arguments passed to data.frame
a data.frame
view of the catalog