Skip to content

Commit

Permalink
update wrangling for 2023
Browse files Browse the repository at this point in the history
  • Loading branch information
benwhalley committed Oct 16, 2023
1 parent 3d98ba0 commit 4362567
Show file tree
Hide file tree
Showing 10 changed files with 4,190 additions and 291 deletions.
2,813 changes: 2,813 additions & 0 deletions docs/data-wrangling1.html

Large diffs are not rendered by default.

3 changes: 1 addition & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -874,8 +874,7 @@ <h3>Part 1: Learning R</h3>
<h3>Part 2: Data handling and visualisation</h3>
<ul>
<li>Session 5: <a href="visualisation1.html">Data visualisation</a></li>
<li>Session 6: Data wrangling
<!-- - Session 6: [Data wrangling](data-wrangling1.html) --></li>
<li>Session 6: <a href="data-wrangling1.html">Data wrangling</a></li>
<li>Session 7: Assessment support</li>
</ul>
<!-- - -->
Expand Down
8 changes: 4 additions & 4 deletions website/_first_chunk.R
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ library(psydata)

knitr::opts_chunk$set(
echo = TRUE,
collapse = F,
collapse = FALSE,
comment = NA,
cache = FALSE,
message = FALSE
message = FALSE,
include=T
)
options(dplyr.summarise.inform = FALSE)
# options(dplyr.summarise.inform = FALSE)

makermds <- function(video_data){
identifier <- video_data$identifier
Expand Down
Loading

0 comments on commit 4362567

Please sign in to comment.