-
Notifications
You must be signed in to change notification settings - Fork 4
/
make_cards.R
14 lines (13 loc) · 942 Bytes
/
make_cards.R
1
2
3
4
5
6
7
8
9
10
11
12
13
14
headR::add_og_card(card_type = "website",
title = "Reproducible statistics for psychologists with R",
image = "https://crumplab.github.io/rstatsforpsych/imgs/cover.png",
url = "https://crumplab.github.io/rstatsforpsych/",
description = "A lab curriculum for psych stats that introduces R and scripting for reproducible analyses.",
author = "Matt Crump",
file = "og_cards.html")
headR::add_twitter_card(card_type = "summary_large_image",
title = "Reproducible statistics for psychologists with R",
image = "https://crumplab.github.io/rstatsforpsych/imgs/rstats_large.png",
description = "A lab curriculum for psych stats that introduces R and scripting for reproducible analyses.",
user = "@MattCrump_",
file = "twitter_cards.html")