Skip to content

Commit

Permalink
Fix #424 (#429)
Browse files Browse the repository at this point in the history
  • Loading branch information
chainsawriot authored Jun 11, 2024
1 parent 1c3eba1 commit 588971f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/remap.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ options(rio.ignoreunusedargs = FALSE)
import("example.xlsx", sheet = "iris", n_max = 10, pizza = "pineapple")
```

```{r map5, error = TRUE, echo = FALSE}
```{r map5, error = TRUE, echo = FALSE, purl = FALSE}
R.utils::withOptions({
import("example.xlsx", sheet = "iris", n_max = 10, pizza = "pineapple")
}, rio.ignoreunusedargs = FALSE)
Expand Down

0 comments on commit 588971f

Please sign in to comment.