print.RDBESDataObject | R Documentation |
This method prints the hierarchy of the DE data.table (if it exists), and the number of rows for each data.table in the RDBESDataObject that is not NULL. It also provides the sampling method and number sampled and number total for tables where it is applicable. If the RDBESDataObject has a mixed hierarchy, a warning message is printed.
This method sorts the RDBESDataObject based on the hierarchy.
This method returns a list containing the hierarchy of the DE data.table, the number of rows for each data.table in the RDBESDataObject that is not NULL, and a logical value indicating if the hierarchy is not NULL.
## S3 method for class 'RDBESDataObject'
print(x, ...)
## S3 method for class 'RDBESDataObject'
sort(x, decreasing = TRUE, ...)
## S3 method for class 'RDBESDataObject'
summary(object, ...)
x |
An object of class RDBESDataObject. |
... |
parameters to underling functions (not used currently) |
decreasing |
should hierarchy tables be the first ones |
object |
An object of class RDBESDataObject. |
None.
The sorted RDBESDataObject by hierarchy.
A list with three elements:
hierarchy: The hierarchy of the DE data.table in the RDBESDataObject.
rows: A named list where the names are the names of the data.tables in the RDBESDataObject and the values are the number of rows in each data.table. NULL values are excluded.
CS: A logical value indicating if the hierarchy is not NULL.
# Print the package data object
print(H1Example)
# Sort the package data
sort(H8ExampleEE1)
# Get summary of the package data
summary(H1Example)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.