-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.Rmd
More file actions
27 lines (21 loc) · 1.93 KB
/
index.Rmd
File metadata and controls
27 lines (21 loc) · 1.93 KB
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
---
title: "R for Australian Public Policy"
author: "R Users Network for Australian Public Policy"
date: "`r Sys.Date()`"
site: bookdown::bookdown_site
documentclass: book
bibliography: [book.bib, packages.bib]
biblio-style: apalike
link-citations: yes
github-repo: runapp-aus/book
---
# Welcome {-}
Welcome to *R for Australian Public Policy*, the book collaboratively authored by the [R Users Network for Australian Public Policy](https://runapp-aus.github.io/runapp_website/).
This book aims to provide advice and guidance on using R in Australian public policy, including available open datasets and how to use them.
This book is also being written in the open, and you are welcome to [contribute](#contributing) to it.
## License {-}
```{=html}
<p xmlns:cc="http://creativecommons.org/ns#">This work, as a whole, is licensed under the Creative Commons <a href="http://creativecommons.org/licenses/by-nc-sa/4.0/?ref=chooser-v1" target="_blank" rel="license noopener noreferrer" style="display:inline-block;">Attribution-NonCommercial-ShareAlike 4.0 International license. <img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/cc.svg?ref=chooser-v1"><img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/by.svg?ref=chooser-v1"><img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/nc.svg?ref=chooser-v1"><img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/sa.svg?ref=chooser-v1"></a></p>
```
## Other Resources {-}
This book assumes that users have a base level familiarity with the R programming language. If you want to learn more about R and Data Science, the [R for Data Science](https://r4ds.had.co.nz/) book is a great place to start.