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 Feb. 19, 2025, 2:22 a.m.