Skip to content

Commit

Permalink
Fix #193
Browse files Browse the repository at this point in the history
  • Loading branch information
chainsawriot committed Jul 3, 2024
1 parent 7847a22 commit 55449d4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions man/readODS-package.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions vignettes/overview.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -74,13 +74,13 @@ read_ods("plant.ods", sheet = "mtcars_ods", range = "A1:C10")

You cannot append to an existing sheet.

```{r append_error, error = TRUE}
```{r append_error, error = TRUE, purl = FALSE}
write_ods(iris, "plant.ods", sheet = "mtcars_ods", append = TRUE)
```

You cannot update a missing sheet.

```{r update_error, error = TRUE}
```{r update_error, error = TRUE, purl = FALSE}
write_ods(iris, "plant.ods", sheet = "iris", update = TRUE)
```

Expand Down

0 comments on commit 55449d4

Please sign in to comment.