jcken95 / jcken95/code-examples
Turn analysis code into a function
Open
- Dominant language
- R
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
somewhere we have
``` r
mtcars |>
# TODO: turn into a function which uses the number of cyl as an arg
filter(cyl == 4) |>
ggplot(aes(x = wt)) +
geom_histogram()
```
this could be a function! :)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.