harcor_to_stargazer: Title Stargazer from harcor V2

View source: R/harcor_to_stargazer.R

harcor_to_stargazerR Documentation

Title Stargazer from harcor V2

Description

Makes a stargazer table from a harcor output

Usage

harcor_to_stargazer(
  x,
  out = NULL,
  type = "html",
  rownames = F,
  summary = F,
  ...
)

Arguments

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

Value

stargazer table


lirabenjamin/Ben documentation built on Aug. 6, 2024, 7:11 p.m.