Skip to content

Commit

Permalink
Super rough draft of "asking your question"
Browse files Browse the repository at this point in the history
  • Loading branch information
kaijagahm committed Dec 29, 2024
1 parent 4ca193d commit 6eef36c
Show file tree
Hide file tree
Showing 5 changed files with 985 additions and 21 deletions.
Binary file modified episodes/.DS_Store
Binary file not shown.
27 changes: 13 additions & 14 deletions episodes/4-minimal-reproducible-code.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ exercises: 35
- Describe the {reprex} package and its uses
:::

```{r include = FALSE}
```{r}
library(tidyverse)
library(ratdat)
library(here)
Expand Down Expand Up @@ -438,22 +438,21 @@ What are some ways that you could use a minimal dataset to make this reprex bett

This exercise should take about 5 minutes.
::: solution
- Could provide the `control_spectab` file directly to Jordan, e.g. via email attachment.
- Advantages: less work, keeps the context, Jordan is a coworker so they probably understand it.

- Disadvantages: file might be large, relies on ability to email file, won't be able to use this method if you post the question online, file contains extra rows/columns that aren't actually necessary to this problem and might therefore be confusing.
Could provide the `control_spectab` file directly to Jordan, e.g. via email attachment.
Advantages: less work, keeps the context, Jordan is a coworker so they probably understand it.
Disadvantages: file might be large, relies on ability to email file, won't be able to use this method if you post the question online, file contains extra rows/columns that aren't actually necessary to this problem and might therefore be confusing.

- Could create a new dataset from scratch.
- Advantages
- Disadvantages
Could create a new dataset from scratch.
Advantages:
Disadvantages:

- Could take a minimal subset of the `control_spectab` data and use `dput` or similar to include it directly
- Advantages
- Disadvantages
Could take a minimal subset of the `control_spectab` data and use `dput` or similar to include it directly
Advantages:
Disadvantages:

- Could use a built-in dataset from R
- Advantages
- Disadvantages
Could use a built-in dataset from R
Advantages:
Disadvantages:
:::
:::::::::::::::::::::::::::::::::::::::::::

Expand Down
Loading

0 comments on commit 6eef36c

Please sign in to comment.