Free Access Week-  Data Engineering + BI
Data engineering and BI courses are free!
Free AI Access Week from June 2-8

argonR (version 0.2.0)

argonProfile: Create a Boostrap 4 profile card

Description

Build an argon profile card

Usage

argonProfile(
  ...,
  title = NULL,
  subtitle = NULL,
  src = NULL,
  url = NULL,
  url_1 = NULL,
  url_2 = NULL,
  stats
)

Arguments

...

Any element.

title

Profile title.

subtitle

Profile subtitle.

src

Profile image path or url.

url

Main url.

url_1

First social link.

url_2

Second social link.

stats

Stats items. See argonProfileStats.

Examples

Run this code
# NOT RUN {
if(interactive()){
 library(argonR)
 argonProfile(
  title = "John",
  subtitle = "Japan, Kagoshima",
  src = "https://image.flaticon.com/icons/svg/1006/1006540.svg",
  url = "https://www.google.com",
  url_1 = "https://www.google.com",
  url_2 = "https://www.google.com",
  stats = argonProfileStats(
    argonProfileStat(
      value = 22,
      description = "Friends"
    ),
    argonProfileStat(
      value = 10,
      description = "Photos"
    ),
    argonProfileStat(
      value = 89,
      description = "Comments"
    )
  ),
  "An artist of considerable range, Ryan <U+2014> 
  the name taken by Melbourne-raised, 
  Brooklyn-based Nick Murphy <U+2014> writes, 
  performs and records all of his own music, 
  giving it a warm, intimate feel with a solid 
  groove structure. An artist of considerable 
  range."
 )
}

# }

Run the code above in your browser using DataLab