Excel_write_numeric | R Documentation |
Quickly write your data into a spreadsheet with auto-filters and all columns formatted as numbers. Currently, this is a very tight definition of a helper function. More flexibility is planned in the future.
Excel_write_numeric(data)
data |
a |
This function is primarily called for its side-effect of writing a file. Returns TRUE
if successful, FALSE
otherwise.
Harald Kaba (2021)
A wrapper around the brilliant R package openxlsx
:
https://ycphs.github.io/openxlsx/index.html
## Not run: Excel_write_numeric(airquality) # works fine with a data.frame Excel_write_numeric(WorldPhones) # but ignores row names (e.g. from arrays) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.