rdConvert

format_yaml_keywords: Format YAML keywords

Description

Format Rd keywords (post-conversion), into a JS formatted string.

Usage

format_yaml_keywords(x)

Arguments

ArgumentDescription
xan Rd keyword array

Examples

format_yaml_keywords(c("I", "think", "R", "is", "cool"))
Edit this page on GitHub