argonUser {argonR} | R Documentation |
Build an argon user image
argonUser(..., title = NULL, subtitle = NULL, src = NULL)
... |
Any element such as argonIcon... |
title |
User title. |
subtitle |
User subtitle. |
src |
User image url or path. |
David Granjon, dgranjon@ymail.com
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" ) }