View source: R/harcor_to_stargazer.R
harcor_to_stargazer | R Documentation |
Makes a stargazer table from a harcor output
harcor_to_stargazer(
x,
out = NULL,
type = "html",
rownames = F,
summary = F,
...
)
x |
harcor output |
out |
file to save to |
type |
choose between 'html','latex', or 'text'. Now only html works appropriately. |
rownames |
T or F. include rownames. defaults to F |
summary |
T or F. F prints the whole dataset as is. Defaults to F |
... |
Optional arguments for stargazer |
stargazer table
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.