all_sessions_dd {intendo} | R Documentation |
Data Dictionary for all_sessions
Description
The all_sessions_dd()
function generates a data dictionary based on the
all_sessions
table.
Usage
all_sessions_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_sessions` dataset
# with the 'preview' size option
all_sessions_dd(size = "preview")