R/utils.R

#' @importFrom magrittr %>%
NULL

#' @importFrom utils head
NULL

is_error <- function(x) {
  "try-error" %in% class(x)
}
valentinumbach/SoFIFA documentation built on May 14, 2019, 6:02 a.m.