add kable_as_image; don't use this feature
diff --git a/NAMESPACE b/NAMESPACE
index 17f7593..9a9826b 100644
--- a/NAMESPACE
+++ b/NAMESPACE
@@ -7,6 +7,7 @@
export(collapse_rows)
export(column_spec)
export(group_rows)
+export(kable_as_image_latex)
export(kable_styling)
export(landscape)
export(magic_mirror)
@@ -14,10 +15,13 @@
export(row_spec)
export(scroll_box)
export(usepackage_latex)
+import(magick)
+importFrom(knitr,include_graphics)
importFrom(knitr,knit_meta_add)
importFrom(magrittr,"%>%")
importFrom(readr,read_file)
importFrom(readr,read_lines)
+importFrom(readr,write_file)
importFrom(rmarkdown,latex_dependency)
importFrom(rmarkdown,metadata)
importFrom(rvest,html_table)