ourQuote {gWidgetsWWW2}R Documentation

make a string safe to pass in as HTML fragment.

Description

We pass in strings as 'string contents' so we replace all ' quotes with " ones, then wrap in ”

Usage

ourQuote(x)

Arguments

x

a string to replace ' with

Value

a string with quotes escaped and placed within ”


[Package gWidgetsWWW2 version 0.4-8 Index]