Build an argon user image
argonUser(..., title = NULL, subtitle = NULL, src = NULL)
Any element such as argonIcon...
User title.
User subtitle.
User image url or path.
if (interactive()) {
library(argonR)
argonUser(
title = "Ryan Tompson",
subtitle = "Web Developer",
src = "https://demos.creative-tim.com/argon-design-system/assets/img/theme/team-1-800x800.jpg"
)
}