-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.Rmd
More file actions
41 lines (30 loc) · 995 Bytes
/
index.Rmd
File metadata and controls
41 lines (30 loc) · 995 Bytes
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
33
34
35
36
37
38
39
40
---
title: Welcome!
---
```{r setup, include = FALSE}
knitr::opts_chunk$set(
echo = FALSE,
warning = FALSE,
message = FALSE
)
library(tidyverse)
```
## Statistical Society of Australia Victorian and Tasmanian Branch (SSA Vic & Tas)
For more information about SSA Vic & Tas, please see the following.
* <i class="fas fa-globe"></i> Official website: https://www.statsoc.org.au/Victoria
* <i class="fab fa-meetup"></i> [Meetup](https://www.meetup.com/en-AU/Statistical-Society-of-Australia-Victorian-Branch/)
* <i class="fab fa-twitter"></i> Twitter: [\@SSAVictoria](https://twitter.com/SSAVictoria)
## Intro slides
<ul>
```{r, results="asis"}
baseurl <- "https://statsocaus.github.io/vic/intro/"
link <- fs::dir_ls("intro") %>%
rev() %>%
str_subset(".html$") %>%
basename()
glue::glue("<li><a href='{baseurl}{link}'>{gsub('.html', '', link)}</a></li>") %>%
cat()
```
</ul>
## Di Cook Award
For more information please visit https://statsocaus.github.io/dicook-award/