frame_data needs dev dplyr

This commit is contained in:
hadley 2015-11-24 13:08:48 +13:00
parent 0f6465354e
commit 5983e8a40b
1 changed files with 2 additions and 1 deletions

View File

@ -625,7 +625,8 @@ The first argument is a list of functions or character vector of function names,
You can use `dplyr::frame_data()` to create these matching pairs a little easier:
```{r}
```{r, eval = FALSE}
# Needs dev version of dplyr
sim <- dplyr::frame_data(
~f, ~params,
"runif", list(min = -1, max = -1),