Description Usage Format Examples
A vector of 1000 User Agent strings.
1 | data("agents")
|
A character vector of length 1000. Each element is a User Agent string.
1 2 3 4 5 6 7 8 9 10 | data(agents)
## Extract binary vector (1 = browser; 0 = web application)
browsers <- get_browsers(ua_strings = agents)
## Extract detailed output as dataframe for customized classification.
browsers_verbose <- get_browsers(ua_strings = agents, verbose = TRUE)
## Extract binary vector (1 = non-mobile (e.g. tablet, pc); 0 = mobile)
nonmobiles <- get_nonmobiles(ua_strings = agents)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.