Learn R Programming

rtiddlywiki (version 0.5.2)

wikitext_backticks_return: backticks

Description

backticks for wikitext

Usage

wikitext_backticks_return(x)

Value

By default this function outputs (see: cat) the result. Call the function ending in .return to catch the result instead.

Arguments

x

character vector

Examples

Run this code
wikitext_backticks('FOO')
wikitext_backticks_return('FOO')

Run the code above in your browser using DataLab