library(gt)
title_car <- mtcars %>%
head() %>%
gt() %>%
gt::tab_header(
title = add_text_img(
"A table about cars made with",
url = "https://www.r-project.org/logo/Rlogo.png"
)
)
Run the code above in your browser using DataLab