all_sessions {intendo} | R Documentation |
All player sessions for Super Jetroid
Description
This table provides information on player sessions and summarizes the number of revenue events (ad views and IAP spends) and provides total revenue amounts (in USD) broken down by type for the session.
Usage
all_sessions(
size = c("small", "medium", "large", "xlarge", "preview"),
quality = c("perfect", "faulty"),
type = c("tibble", "data.frame", "duckdb", "csv"),
keep = FALSE
)
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 |
keep |
Should the downloaded data be stored on disk in the working
directory? By default, this is |
Value
A data table object, which could be a tibble (tbl_df
) a data
frame, or an in-memory DuckDB table (tbl_dbi
). If a CSV is written then
TRUE
will be invisibly returned.
Examples
# Get a preview of the `all_sessions` dataset
# with the 'preview' size option
all_sessions(size = "preview")