Minor corrections (#1244)
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user