Drop version due to CRAN resubmission; Add examples as requested
diff --git a/man/landscape.Rd b/man/landscape.Rd
index 48bc501..793569b 100644
--- a/man/landscape.Rd
+++ b/man/landscape.Rd
@@ -16,3 +16,7 @@
 This function will put the table on an single landscape page.
 It's useful for wide tables that cann't be printed on a portrait page.
 }
+\examples{
+landscape(knitr::kable(head(mtcars), "latex"))
+
+}