Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
.Rproj.user
.Rhistory
.RData
.Ruserdata

rsconnect/**

.DS_Store

*.html
59 changes: 59 additions & 0 deletions css/style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
@import url("https://fonts.googleapis.com/css?family=Open Sans");
@import url('https://fonts.googleapis.com/css2?family=Source+Code+Pro&display=swap');

body, h1, h2, h3, h4, h5, h6, p, button {
font-family: 'Open Sans';
}

h1, h2 {
color: #433683;
}

h3, h4, h5 {
color: #bd27b9;
}

code {
font-family: 'Source Code Pro';
}

th {
color: #433683;
}

.panel-heading {
color: #bd27b9;
padding-bottom: 10px;
}

.btn-primary {
background-color: #0097d7;
}

.btn-success {
background-color: #80ba27;
}

.tidyverse-logo {
float: left;
width: 150px;
}

.tutorial-exercise-output {
display: block;
margin-left: auto;
margin-right: auto;
width: 75%;
}

img {
max-width: 100%;
}

.info_box{
border-style: solid;
border-width: 1px;
border-color: #bd27b9;
border-radius: 5px;
padding: 10px;
}
9 changes: 9 additions & 0 deletions data/Baby5.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
FAMILYID,BABYNAME,DOB
1,Julie,1/15/2017
2,David,1/1/2017
4,Caroline,1/6/2017
3,Lucy,1/29/2017
1,Kevin,1/15/2017
1,Stephen,1/15/2017
2,Declan,1/1/2017
4,Sara,1/6/2017
5 changes: 5 additions & 0 deletions data/Baby6.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
FAMILYID,DOB,SURNAME
2,1/1/2017,Smith
3,1/29/2017,Jones
1,1/15/2017,McDaid
4,1/6/2017,MacArthur
25,300 changes: 25,300 additions & 0 deletions data/borders_inc_age.csv

Large diffs are not rendered by default.

Binary file added images/command-mode.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/edit-mode.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/join_python.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/markdown-example1.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/markdown-example2.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/markdown-menu.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/phs-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/python-pwb-blanknb.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/python-pwb-newnb.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/python-pwb-startsession.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/python-pwb.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/r_coding_cases.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading