R/temporary-utilities.R

Defines functions wap_groups wap_application wap_categories

Documented in wap_application wap_categories wap_groups

#' Wappalyzer Categories (TEMPORARY HELPER)
#'
#' @export
wap_categories <- function() {
  jsonlite::fromJSON(pkg_file("extdata", "categories.json"))
}

#' Wappalyzer Applications (TEMPORARY HELPER)
#'
#' @export
wap_application <- function() {
  jsonlite::fromJSON(pkg_file("extdata", "apps.json"))
}

#' Wappalyzer Groups (TEMPORARY HELPER)
#'
#' @export
wap_groups <- function() {
  jsonlite::fromJSON(pkg_file("extdata", "groups.json"))
}
hrbrmstr/rappalyzer documentation built on Oct. 4, 2022, 8:57 p.m.