1 2 3 4 5 6 7 8 9
#' Parse Browser User Agent Strings into Data Frames #' #' @name uaparserjs #' @docType package #' @author Bob Rudis (@@hrbrmstr) #' @importFrom purrr map map_df #' @import V8 #' @importFrom dplyr as_tibble progress_estimated NULL