textBox: Draw textbox

Description Usage Arguments Value Examples

View source: R/textBox.R

Description

Draw textbox

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
textBox(
  string,
  color = "black",
  lcolor = "red",
  bg = "cornsilk",
  lwd = 1,
  width = 10,
  bold = FALSE,
  italic = FALSE,
  fontsize = 11,
  space = 1.5,
  fontname
)

Arguments

string

string

color

font color

lcolor

line color

bg

background color

lwd

numeric line width

width

numeric box width

bold, italic

logical

fontsize

numeric font size

space

space between lines

fontname

name of font

Value

A flextable

Examples

1
2
string="Good Morning!"
textBox(string,italic=TRUE)

interpretCI documentation built on Jan. 28, 2022, 9:07 a.m.