italicsr {remedy} | R Documentation |
Emphasize the selected text.
italicsr() boldr() striker()
emboldened, italicized or strikethrough text (in markdown)
## Not run: remedy_example( c( "to_italic"), italicsr ) remedy_example( c( "to_bold"), boldr ) remedy_example( c( "to_strike"), striker ) ## End(Not run)