Description Usage Arguments Details Value
Retrieve and read MixPanel CSV files
1 2 3 | retrieve(destination = R_user_dir("mixpanel", "cache"))
read(tbl, ..., is_retention_report = FALSE)
|
destination |
character(1) location of the local cache. The default is the standard operating system location for R packages. |
tbl |
A tibble returned by |
... |
Additional arguments passed to |
is_retention_report |
logical(1). When |
retrieve()
visits the Google bucket where AnVIL MixPanel
data are stored, and retrieves all *.csv
files to a local
cache. Files already present in the cache are not
re-localized. You will be prompted to authenticate with an
account for which shared access to the MixPanel 2021
Google
Drive folder.
read()
reads several csv files into tibbles, and then
binds rows into a single tibble. Column headers with a hyphen -
, typically separating date ranges spanning the month, are
replaced with DateRangeCount
.
retrieve()
returns a tibble with columns year, month,
title, and path to the localized file. The year, month, and
title are parsed from the file name.
read()
returns a single tibble.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.