Learn R Programming

volker (version 3.1.0)

.knit_prepare: Prepare markdown content for table rendering

Description

Prepare markdown content for table rendering

Usage

.knit_prepare(x, wrap = FALSE)

Value

Markdown text with line breaks and escaped special characters.

Arguments

x

Markdown text.

wrap

Wrap text after the given number of characters.