I have multiple parameters that I need to analyze and was wanting to embed the variable "Manufacturer" in the html output to allow me to easily control the display color and font size in the rmarkdown output. Any direction you can provide is appreciated.
library(knitr)
library(tidyverse, quietly = T)
library(data.table, quietly=T)
library(ggpubr, quietly = T)
library(plotly, quietly = T)
library(htmlTable, quietly = T)
library(kableExtra, quietly = T)
library(XML, quietly = T)
library(methods, quietly = T)
HDclass<-"1"
Manufacturer<-"Willis"
if(HDclass=="1") '<span style="color:red">The drive manufacturer is `r Manufacturer`</span>'