Re: [R] Help with Rmarkdown HTML Logo

2019-04-23 Thread Bill Poling
I got it to work. Yay Me! ```{r, echo=FALSE} htmltools::img(src = knitr::image_uri(file.path("C:/WHP/Revenue Development Products/BRA AutoDistribution/Zelis.jpg")), alt = 'logo', style = 'position:absolute; top:0; left:0; padding:10px;') ``` WHP -Original Messa

[R] Help with Rmarkdown HTML Logo

2019-04-22 Thread Bill Poling
Hello. #RStudio Version 1.1.456 sessionInfo() #R version 3.5.3 (2019-03-11) #Platform: x86_64-w64-mingw32/x64 (64-bit) #Running under: Windows >= 8 x64 (build 9200) I feel I have made great progress teaching myself RMarkdown using HTML reporting for the moment. However, one formatting item elud