Open kirstenronning opened 3 years ago
@kirstenronning
This is the actual HTML code that creates your stargazer output; however, you probably want it to be rendered instead of being shown as text (like it currently is). To do so, you need to supply a parameter within the R chunk in your RMD file.
Whenever you call stargazer()
, please have your R chunk look like this:
{r, results="asis"}
Thank you!
Hello, whenever I use the Stargazer Package to create a table in my RMarkdown file, it generates a bunch of code describing the table, rather than the actual table itself like what is produced in the Tutorial.
Here is my code:
Here is a screenshot of the output:
When I knit the file, the same code appears as the output, rather than the table. Is there something that I am missing?