blob: 904c0327bb58c6133f18148c45842f74cf94e2b9 [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
#' @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
#' @importFrom rvest html_table
#' @importFrom knitr knit_meta_add
#' @importFrom rmarkdown latex_dependency
#' @importFrom magrittr %>%
#' @importFrom utils read.csv
#' @name kableExtra-package
#' @aliases kableExtra
#' @docType package
#' @keywords package
NULL
#' @export
magrittr::`%>%`