rdConvert

format_yaml_text: Format YAML Text

Description

Converted Rd files may not always render YAML markdown. This function rendered Rd into Markdown and ensures YAML is quoted.

Usage

format_yaml_text(x)

Arguments

ArgumentDescription
xan Rd string

Examples

format_yaml_text("This is a \\bold{cool} string")
Edit this page on GitHub