argonUser: Create a Boostrap 4 user image

Description Usage Arguments Author(s) Examples

View source: R/argonUser.R

Description

Build an argon user image

Usage

1
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

1
2
3
4
5
6
7
8
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"
 )
}

argonR documentation built on Dec. 1, 2019, 1:15 a.m.