Fixed the kableExtra table error
kableExtra requires the `latex_options = "HOLD_position"` in order for this table to show up with a `caption` used. Haven't had time to figure out why.
diff --git a/.Rhistory b/.Rhistory
index 860f3d2..2ccee4b 100644
--- a/.Rhistory
+++ b/.Rhistory
@@ -13,7 +13,6 @@
library(posterdown)
library(posterdown)
library(posterdown)
-library(posterdown)
tibble(iris)
iris <- tibble(iris)
data("iris")
@@ -510,3 +509,4 @@
install.packages("cranlogs")
weights <- dep_weight("posterdown")
View(weights)
+library(posterdown)