powered by
Allow to use CSS file in a report
HTMLCSS(file = HTMLGetFile(), append = TRUE, CSSfile = "R2HTML.css")
no value returned.
the target HTML file
logical. If 'TRUE' output will be appended to 'file'; otherwise, it will overwrite the contents of 'file'
name of the CSS file to refer
Eric Lecoutre
For information about CSS, have a look at W3 web site http://www.w3.org/Style/CSS/
myfile <- file.path(tempdir(),"tmp.html") HTMLCSS(myfile,CSSfile="myownCSS.CSS")
Run the code above in your browser using DataLab