extractAlignment: Extract Alignment from list of RMarkdown table cells cells

View source: R/extractAlignment.R

extractAlignmentR Documentation

Extract Alignment from list of RMarkdown table cells cells

Description

The function extracts the alignment of all cells and returns a character vector indicating left, right or center alignment for all columns according to the formatting line (i.e. the 2nd)

Usage

extractAlignment(cells, mc)

Arguments

cells

list of markdown cells created within 'beautifyR'

mc

number of columns within the RMarkdown table, derived within 'beautifyR'


mwip/beautifyR documentation built on Oct. 23, 2022, 8:21 a.m.