Skip to content Skip to sidebar Skip to footer
Showing posts with the label R Markdown

R: Output A Pivot-like Table With Subtotals

I'm trying to make a cross tabulation in R, and having its output resemble as much as possible … Read more R: Output A Pivot-like Table With Subtotals

How To Align Left Html_document Rendered By Rmarkdown?

Since I am not familiar with css I was wondering if there is a simple way to 'tell' my rmar… Read more How To Align Left Html_document Rendered By Rmarkdown?

How To Adjust Div Containing Plotly To Plot Dimensions So It Does Not Overlap Document

I am using plotly to produce a plot in RMarkdown. However, as it is embedded in a div, it overlaps … Read more How To Adjust Div Containing Plotly To Plot Dimensions So It Does Not Overlap Document

Cross-reference To Figure In R Markdown With Html Output Is Not Working

I would like to show a nice cross-reference to a picture in the HTML document I'm creating with… Read more Cross-reference To Figure In R Markdown With Html Output Is Not Working

Rmarkdown Html Whitespace

I am trying to add space between two tables and three graphs on an rmarkdown file that is knit into… Read more Rmarkdown Html Whitespace

Changing The Font Size Of Figure Captions In RMarkdown HTML Output

I would like to make the font size of all figure captions in my R Markdown document smaller. The fi… Read more Changing The Font Size Of Figure Captions In RMarkdown HTML Output