Code
library(purrr)
triple <- function(x) x * 3
map(1:3, triple)[[1]]
[1] 3
[[2]]
[1] 6
[[3]]
[1] 9
Robert W. Walker
February 27, 2023
Meeting Date: February 27, 2023.
Last updated: 2023-04-10 13:53:20
Timezone: America/Los_Angeles
The seventh assignment consists of a parameterized markdown of some form or other.

Deliverables: an email containing the URL to the documents.
revealjs toolsThe idea of map is a mapping. A function.
From Advanced R

gmailr