htmlSpecCharConv: Html special character conversion
Description
Converts 'txt' so that (the most common) special characters (like 'beta','micro','square' etc) will be displayed correctly whe used for display in html (eg at mouse-over).
Note : The package stringi is required for the conversions (the input will get returned if stringi is not available).
Currently only the 16 most common special characters are implemented.
Usage
htmlSpecCharConv(txt, callFrom = NULL)
Arguments
txt
character vector inclusing special characters
callFrom
(character) allow easier tracking of message produced
Value
This function returns a corrected character vector adopted for html display