powered by
A wrap around the base::attr() that retrieves the style attribute used by htmlTable() (htmlTable.style).
base::attr()
htmlTable()
htmlTable.style
getHtmlTableStyle(x)
The object intended for htmlTable().
A list if the attribute exists, otherwise NULL
list
NULL
# NOT RUN { library(magrittr) mx <- matrix(1:4, ncol = 2) colnames(mx) <- LETTERS[1:2] mx %>% addHtmlTableStyle(align = "l|r") %>% getHtmlTableStyle() # }
Run the code above in your browser using DataLab