Free Access Week-  Data Engineering + BI
Data engineering and BI courses are free!
Free AI Access Week from June 2-8

webtrackR (version 0.1.0)

vars_exist: Check if columns are present

Description

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.#'

Usage

vars_exist(wt, vars = c("panelist_id", "url", "timestamp"))

Value

A data.table object.

Arguments

wt

webtrack data object.

vars

character vector of variables. Defaults to c("panelist_id", "url", "timestamp").