Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 0dddbe2

Browse files
committed
Updating author fields
1 parent 692d4d1 commit 0dddbe2

12 files changed

+381
-15803
lines changed

‎lecture_notes/01_why_map.Rmd‎

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
---
22
title: "Why Functional Programming: No More Copying and Pasting"
3-
subtitle: ""
4-
author: "Jae Yeon Kim"
5-
date: "`r Sys.Date()`"
3+
author: "D-Lab"
64
output:
75
html_document:
86
df_print: paged
@@ -106,7 +104,7 @@ df$d <- fix_missing(df$d)
106104

107105
```{r}
108106
109-
purrr::map_df(df[,column], fix_missing)
107+
purrr::map_df(df, fix_missing)
110108
111109
```
112110

‎lecture_notes/01_why_map.html‎

Lines changed: 55 additions & 2682 deletions
Large diffs are not rendered by default.

‎lecture_notes/02_more_inputs.Rmd‎

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
---
22
title: "Automote 2 or 2+ Tasks"
33
subtitle: ""
4-
author: "Jae Yeon Kim"
5-
date: "`r Sys.Date()`"
4+
author: "D-Lab"
65
output:
76
html_document:
87
df_print: paged

‎lecture_notes/02_more_inputs.html‎

Lines changed: 51 additions & 2604 deletions
Large diffs are not rendered by default.

‎lecture_notes/03_map_glue.Rmd‎

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
---
22
title: "Automate Plotting"
33
subtitle: ""
4-
author: "Jae Yeon Kim"
5-
date: "`r Sys.Date()`"
4+
author: "D-Lab"
65
output:
76
html_document:
87
df_print: paged

‎lecture_notes/03_map_glue.html‎

Lines changed: 63 additions & 2628 deletions
Large diffs are not rendered by default.

‎lecture_notes/04_reduce_bind.Rmd‎

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
---
22
title: "Automate Binding"
33
subtitle: ""
4-
author: "Jae Yeon Kim"
5-
date: "`r Sys.Date()`"
4+
author: "D-Lab"
65
output:
76
html_document:
87
df_print: paged

‎lecture_notes/04_reduce_bind.html‎

Lines changed: 32 additions & 2633 deletions
Large diffs are not rendered by default.

‎lecture_notes/05_slower_faster.Rmd‎

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
---
22
title: "Make Automation Slower or Faster"
33
subtitle: ""
4-
author: "Jae Yeon Kim"
5-
date: "`r Sys.Date()`"
4+
author: "D-Lab"
65
output:
76
html_document:
87
df_print: paged

‎lecture_notes/05_slower_faster.html‎

Lines changed: 109 additions & 2607 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /