Magic mirror for html; minor changes; escape for add footnote
diff --git a/NAMESPACE b/NAMESPACE
index 6d17c4a..ace2ce4 100644
--- a/NAMESPACE
+++ b/NAMESPACE
@@ -1,4 +1,8 @@
 # Generated by roxygen2: do not edit by hand
 
+export("%>%")
 export(add_footnote)
 export(magic_mirror)
+import(stringr)
+importFrom(XML,readHTMLTable)
+importFrom(knitr,kable)