star_sidewaystable: Turn a latex table into a 'sidewaystable' latex table

View source: R/star_cleaning_functions.R

star_sidewaystableR Documentation

Turn a latex table into a sidewaystable latex table

Description

Turn a latex table into a sidewaystable latex table

Usage

star_sidewaystable(star)

Arguments

star

the stargazer output

Value

the latex table turned sideways

Examples

library(stargazer)
data(mtcars)
star.out <- stargazer(mtcars)
star_sidewaystable(star.out)

ChandlerLutz/starpolishr documentation built on April 16, 2023, 8:55 a.m.