Is there a way to add an icon to column headers by renaming it . I tried with below
datatable((iris %>% rename(paste0('Sepal.Width',as.character(icon(name = "info-circle", lib = "font-awesome"))) = Sepal.Width)))
So I need a small icon next to Sepal.Width, so tried like above. But I am not getting any result. Can anyone help me?

