Description Usage Arguments Value Author(s) Examples
function to make strings xml and html compatible
1 | htmlify_string(input_string)
|
input_string |
( |
(character
) The same string but incompatible characters
are exchanged by HTML Name characters such as & for &
Sebastian Wolf <sebastian.wolf.sw1@roche.com>
1 2 3 | input_string <- "<5"
stopifnot(htmlify_string(input_string)=="<5")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.