kableExtra (version 0.9.0)

linebreak: Make linebreak in LaTeX Table cells

Description

This function generate LaTeX code of makecell so that users can have linebreaks in their table

Usage

linebreak(x, align = c("l", "c", "r"), double_escape = F)

Arguments

x

A character vector

align

Choose from "l", "c" or "r"

double_escape

Whether special character should be double escaped. Default is FALSE.