star_ncol: get the number of stargazer columns

View source: R/star_cleaning_functions.R

star_ncolR Documentation

get the number of stargazer columns

Description

get the number of stargazer columns

Usage

star_ncol(star)

Arguments

star

the stargazer output

Value

the number of columns in the stargazer output

Examples

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

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