Skip to content

Commit

Permalink
Update 05-package-dev.qmd
Browse files Browse the repository at this point in the history
  • Loading branch information
b-rodrigues authored Nov 27, 2023
1 parent 5d06c64 commit db1e08c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 05-package-dev.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ by packages from the `tidyverse` (like `{dplyr}`, `{tidyr}`, etc). If you write
that depend on `{dplyr}` functions like `filter()`, `select()` etc, you'll have to know to keep using `{{}}`.

Let's now write a more useful function. Remember the datasets about unemployment in Luxembourg?
I'm thinking about the ones [here](https://rap4mads.eu/introduction-to-r.html#reading-in-data-with-r),
I'm thinking about the ones [here](https://rap4mads.eu/02-intro_R.html#reading-in-data-with-r),
`unemp_2013.csv`, `unemp_2014.csv`, etc.

Let's write a function that does some basic transformations on these files:
Expand Down

0 comments on commit db1e08c

Please sign in to comment.