Skip to content

Commit 0d12fcd

Browse files
Update lab_6.Rmd
1 parent 53b95f9 commit 0d12fcd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

labs/lab_6.Rmd

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Lab 7"
2+
title: "Lab 6"
33
date: "11/4/2021"
44
output: pdf_document
55
---
@@ -107,4 +107,4 @@ Where does the distribution seem to be centered? How does this relate to the var
107107

108108
**YOUR ANSWER HERE**
109109

110-
This is just the scratching the surface of what `purrr` can do. You can use it to iterate over all sorts of things: lists of files, urls, dataframes, nested dataframes, etc. Combined with the power and flexibility of functions in `R`, `map` is an extremely powerful tool and one that you will probably find yourself using as you continue your journey as quantitative social scientists!
110+
This is just the scratching the surface of what `purrr` can do. You can use it to iterate over all sorts of things: lists of files, urls, dataframes, nested dataframes, etc. Combined with the power and flexibility of functions in `R`, `map` is an extremely powerful tool and one that you will probably find yourself using as you continue your journey as quantitative social scientists!

0 commit comments

Comments
 (0)