View source: R/extractMetaData.R
extractMetaData | R Documentation |
This function creates table to fill out metadata on https://docs.google.com/spreadsheets/d/1CdSqvX3Hhayk_NGvr9eqDeAlA8XG9BX_-Exm5K3RKlI/edit#gid=2106088199
extractMetaData(
df = intData,
dict = dict,
stage = NULL,
source = NULL,
medium = NULL
)
df |
Interim dataset after scrubRows.r |
dict |
Dictionary created using dictGenerator.R |
stage |
pilot or live collection for params.utm_campaign |
source |
wa, fb, email, etc for params.utm_source |
medium |
cpc, referral, etc for params.utm_medium |
1-row metadata for columns A to H (except lang)
Gabriel N. Camargo-Toledo gcamargo@sensata.io
extractMetaData(data$q1time)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.