vars_exist | R Documentation |
vars_exist()
checks if columns are present in a webtrack data object.
By default, checks whether the data has a panelist_id
, a ulr
and a
timestamp
column.#'
vars_exist(wt, vars = c("panelist_id", "url", "timestamp"))
wt |
webtrack data object. |
vars |
character vector of variables.
Defaults to |
A data.table object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.