r - Making nicely formated tables in Markdown: knitr not compiling stargazer>html table -
I am trying to embed an output table, well formatted by the stranger function, in a markdown document.
I tried to embed Stranger () in an R code block in the RMD document:
`` r} Library (Sturgers) Struggers (Core (Attitude) Code = "html") ``
The code runs correctly, but it outputs to the HTML code which is not parsed by knit in turn, hence the actual table The HTML 'source' code is shown in the rendered document
Let me know about this similar question (IS). I am asking a different question because most answers tell that sterger does not support HTML output, which is no longer true HTML support was probably included in Strogger after running (and I would like to open a comment again or post Not to be an Anguigheth representative).
This is related to a simple problem, which compiles the HTML table source code to make knit.
Edit: @RRMRSMRT responded to me in the comment, which is:
`{r result = 'asis'} Library (Sturgers) Sturgers core (Attitude) ), 'Asis' from
ex: {r result = asis}
Comments
Post a Comment