Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Correct a typo in readme files (#266)
  • Loading branch information
billdenney committed Mar 1, 2020
1 parent 273208a commit 53308ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.Rmd
Expand Up @@ -34,7 +34,7 @@ A particularly useful feature of rio is the ability to import from and export to
export(mtcars, "mtcars.tsv.zip")
```

As of rio v0.5.0, `export()` can also write multiple data farmes to respective sheets of an Excel workbook or an HTML file:
As of rio v0.5.0, `export()` can also write multiple data frames to respective sheets of an Excel workbook or an HTML file:

```{r}
export(list(mtcars = mtcars, iris = iris), file = "mtcars.xlsx")
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -36,7 +36,7 @@ A particularly useful feature of rio is the ability to import from and export to
export(mtcars, "mtcars.tsv.zip")
```

As of rio v0.5.0, `export()` can also write multiple data farmes to respective sheets of an Excel workbook or an HTML file:
As of rio v0.5.0, `export()` can also write multiple data frames to respective sheets of an Excel workbook or an HTML file:


```r
Expand Down

0 comments on commit 53308ce

Please sign in to comment.