#' 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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.