Description Usage Arguments Note Author(s) Examples
Build an argon profile card
1 2 3 4 5 6 7 8 9 10 |
... |
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. |
Do not work on argonR. Only for argon Dash
David Granjon, dgranjon@ymail.com
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 | 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 —
the name taken by Melbourne-raised,
Brooklyn-based Nick Murphy — 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."
)
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.