argonUser {argonR}R Documentation

Create a Boostrap 4 user image

Description

Build an argon user image

Usage

argonUser(..., title = NULL, subtitle = NULL, src = NULL)

Arguments

...

Any element such as argonIcon...

title

User title.

subtitle

User subtitle.

src

User image url or path.

Author(s)

David Granjon, dgranjon@ymail.com

Examples

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"
 )
}



[Package argonR version 0.2.0 Index]