identify_access_method: identify the access method associated with a request

Description Usage Arguments Value See Also Examples

View source: R/filter.R

Description

identify whether the request is via desktop, the mobile web or the mobile app. Assumes pageview filtering has been applied.

Usage

1

Arguments

urls

a vector of URLs from read_sampled_log.

Value

a character vector containing "mobile web", "mobile app" or "desktop" for each input URL, as appropriate.

See Also

to_pageviews to filter to pageviews in the first place.

Examples

1
2
3

wikimedia-research/pageviews documentation built on May 4, 2019, 5:24 a.m.