-
Notifications
You must be signed in to change notification settings - Fork 0
Review of whole repo #4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
rmccreath
wants to merge
21
commits into
review/base
Choose a base branch
from
review/changes
base: review/base
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
2f1d672
three chapters
Tina815 cd23d6f
Had to input eval = FALSE into the second setup codechunk to bypass it.
vly12 1ef6844
Changed some of the .png to .PNG in order to correctly map to the ima…
vly12 fdfd9d8
adding code for mean, median, description (summary), and frequency/cr…
vly12 f1abbd4
Removed import pandas text.
vly12 5bda74b
Wrangle #1
vly12 495d354
Wrangle #2 beginning
vly12 dcb6ab8
Added new dataframes in order to illustrate merging/joining.
vly12 d5b9d1f
Completing merge section.
vly12 3ad6c51
Deleting random lines
vly12 6e323c5
Indent
vly12 fe6aa96
Adding new sections
vly12 972fb64
adding new sections
vly12 04d0992
Minor edits.
vly12 fce23da
small updates
vly12 745e38a
deleted html
vly12 1b2302f
Merge pull request #1 from Public-Health-Scotland/vay
Tina815 d31b452
add contents to wrangle part 1
Tina815 94c1c23
update intro
Tina815 3f0a762
Merge pull request #2 from Public-Health-Scotland/tina
Tina815 83d35fe
add feedback form
Tina815 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,10 @@ | ||
| .Rproj.user | ||
| .Rhistory | ||
| .RData | ||
| .Ruserdata | ||
|
|
||
| rsconnect/** | ||
|
|
||
| .DS_Store | ||
|
|
||
| *.html |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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; | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |
Large diffs are not rendered by default.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.