blob: b0674be0aa95898df20ee4716bced32ee3cb054e [file] [log] [blame]
#' kableExtra
#'
#' @importFrom stringr str_count str_split str_match str_detect str_match_all
#' str_extract str_replace_all str_trim str_extract_all str_sub
#' @importFrom xml2 read_xml xml_attr xml_has_attr xml_attr<- read_html
#' xml_child xml_children xml_name xml_add_sibling xml_add_child xml_text
#' xml_remove xml_text<-
#' @importFrom rvest html_table
#' @importFrom knitr knit_meta_add
#' @importFrom rmarkdown latex_dependency
#' @importFrom magrittr %>%
#' @importFrom utils read.csv
#' @importFrom readr read_lines
#' @name kableExtra-package
#' @aliases kableExtra
#' @docType package
#' @keywords package
NULL
#' @export
magrittr::`%>%`