R/understatr-package.R

#' Get Tidy understat Data
#'
#' Provides tools to retrieve understat <https://understat.com/>
#' data in a tidy format.
#'
#' - URL: <https://github.com/ewenme/understatr>
#' - BugReports: <https://github.com/ewenme/understatr/issues>
#'
#' @md
#' @name understatr
#' @docType package
#' @author Ewen Henderson (ewenhenderson@@gmail.com)
#' @import rvest
#' @importFrom tibble data_frame as_data_frame as_tibble
#' @importFrom stringi stri_unescape_unicode
#' @importFrom stringr str_replace_all str_subset str_glue
#' @importFrom jsonlite fromJSON
#' @importFrom xml2 read_html
#' @importFrom qdapRegex rm_square
#' @importFrom readr type_convert
NULL
ewenme/understatr documentation built on Sept. 6, 2021, 7:57 a.m.