Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/gbganalyst/Export-R-dataframes-to-Excel-workbook

This repository teaches how to export multiple data frames in R to Excel workbook
https://github.com/gbganalyst/Export-R-dataframes-to-Excel-workbook

dataframe library openxlsx r-export rprogramming

Last synced: 20 days ago
JSON representation

This repository teaches how to export multiple data frames in R to Excel workbook

Lists

README

        

# Export multiple dataframes in `R` to Excel workbook

`openxlsx` package makes it easier to export multiple dataframes in R to Excel workbook with each Excel worksheet corresponds to a dataframe in R.

---
The writeup is [here](https://rpubs.com/gbganalyst/RdatatoExcelworkbook).