Skip to content

Commit

Permalink
one more fix on vignette
Browse files Browse the repository at this point in the history
  • Loading branch information
wfulp committed Jun 27, 2019
1 parent 210b77b commit 776b1cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/Overview.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ pretty_pvalues(pvalue_example, digits = 3, output_type = 'no_markup')
# For display in report
table_p_Values <- pretty_pvalues(pvalue_example, digits = 3,
background = "yellow", include_p = TRUE)
background = "yellow")
kableExtra::kable(table_p_Values, format = 'latex', escape = FALSE,
col.names = c("P-values"), caption = 'Fancy P Values') %>%
kableExtra::kable_styling(font_size = 8.5, latex_options = "hold_position")
Expand Down

0 comments on commit 776b1cf

Please sign in to comment.