Skip to content

Commit

Permalink
Changed reduce to use saliva_with_day_df
Browse files Browse the repository at this point in the history
Closes #51
  • Loading branch information
AndersAskeland authored May 5, 2024
1 parent d15aeb1 commit 9a8e954
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sessions/dplyr-joins.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -599,7 +599,7 @@ saliva_with_day_df
#| filename: "doc/learning.qmd"
list(
user_info_df,
saliva_df,
saliva_with_day_df,
summarised_rr_df,
summarised_actigraph_df
) |>
Expand Down Expand Up @@ -662,7 +662,7 @@ saliva_with_day_df <- saliva_df |>
mmash <- list(
user_info_df,
saliva_df,
saliva_with_day_df,
summarised_rr_df,
summarised_actigraph_df
) |>
Expand Down

0 comments on commit 9a8e954

Please sign in to comment.