@@ -823,7 +823,7 @@ And again, you can use `tibble::tribble()` to make creating these matching pairs
|
|||||||
```{r, eval = FALSE}
|
```{r, eval = FALSE}
|
||||||
sim <- tribble(
|
sim <- tribble(
|
||||||
~f, ~params,
|
~f, ~params,
|
||||||
"runif", list(min = -1, max = -1),
|
"runif", list(min = -1, max = 1),
|
||||||
"rnorm", list(sd = 5),
|
"rnorm", list(sd = 5),
|
||||||
"rpois", list(lambda = 10)
|
"rpois", list(lambda = 10)
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user