Description Usage Arguments Value Note References Examples
Takes in a character vector of user agent strings and returns a data frame classed as tibble. of parsed user agents.
1 2 3 |
user_agents |
a character vector of user agents |
.progress |
if 'TRUE' will display a progress bar in interactive mode |
a data frame classed as tibble with columns for user agent family, major & minor versions plus patch level along with OS family and major & minor versions plus device brand and model.
The regex YAML import date: 2020-03-31
<http://www.uaparser.org/>
1 2 3 |
# A tibble: 1 x 9
userAgent
<chr>
1 Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/535.2 (KHTML, like Gecko) Ubuntu/11.
# ... with 8 more variables: ua.family <chr>, ua.major <chr>, ua.minor <chr>,
# ua.patch <chr>, os.family <chr>, os.major <chr>, os.minor <chr>,
# device.family <chr>
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.