Minor corrections (#1244)

This commit is contained in:
Stephen Balogun
2023-01-23 23:23:26 +01:00
committed by GitHub
parent 01b8566680
commit 5d912aaed8
2 changed files with 5 additions and 5 deletions

View File

@@ -404,7 +404,7 @@ read_excel("data/bake-sale.xlsx")
### Formatted output
The readxl package is a light-weight solution for writing a simple Excel spreadsheet, but if you're interested in additional features like writing to sheets within a spreadsheet and styling, you will want to use the **openxlsx** package.
The writexl package is a light-weight solution for writing a simple Excel spreadsheet, but if you're interested in additional features like writing to sheets within a spreadsheet and styling, you will want to use the **openxlsx** package.
Note that this package is not part of the tidyverse so the functions and workflows may feel unfamiliar.
For example, function names are camelCase, multiple functions can't be composed in pipelines, and arguments are in a different order than they tend to be in the tidyverse.
However, this is ok.