all_revenue_dd {intendo} | R Documentation |
Data Dictionary for all_revenue
Description
The all_revenue_dd()
function generates a data dictionary based on the
all_revenue
table.
Usage
all_revenue_dd(
size = c("small", "medium", "large", "xlarge", "preview"),
quality = c("perfect", "faulty"),
type = c("tibble", "data.frame", "duckdb")
)
Arguments
size |
A keyword that allows getting different variants of the table
based on the size of player base. The default |
quality |
The data quality level of the returned dataset. There are two
options: (1) |
type |
The table return type. By default, this is a |
Value
A ptblank_informant
object.
Examples
# Get a preview of the `all_revenue` dataset
# with the 'preview' size option
all_revenue_dd(size = "preview")