Skip to content

Commit 9652881

Browse files
authored
Fix #193 (#195)
1 parent 7847a22 commit 9652881

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

man/readODS-package.Rd

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vignettes/overview.Rmd

+2-2
Original file line numberDiff line numberDiff line change
@@ -74,13 +74,13 @@ read_ods("plant.ods", sheet = "mtcars_ods", range = "A1:C10")
7474

7575
You cannot append to an existing sheet.
7676

77-
```{r append_error, error = TRUE}
77+
```{r append_error, error = TRUE, purl = FALSE}
7878
write_ods(iris, "plant.ods", sheet = "mtcars_ods", append = TRUE)
7979
```
8080

8181
You cannot update a missing sheet.
8282

83-
```{r update_error, error = TRUE}
83+
```{r update_error, error = TRUE, purl = FALSE}
8484
write_ods(iris, "plant.ods", sheet = "iris", update = TRUE)
8585
```
8686

0 commit comments

Comments
 (0)