Learn R Programming

xlsx2dfs (version 0.1.0)

Read and Write 'Excel' Sheets into and from List of Data Frames

Description

Reading and writing sheets of a single 'Excel' file into and from a list of data frames. Eases I/O of tabular data in bioinformatics while keeping them in a human readable format.

Copy Link

Version

Install

install.packages('xlsx2dfs')

Monthly Downloads

222

Version

0.1.0

License

MIT + file LICENSE

Maintainer

Gwang-Jin Kim

Last Published

October 11th, 2019

Functions in xlsx2dfs (0.1.0)

dfs2xlsx

Write a list of data frames into an excel file with each data frame in a new sheet and the list element name as its sheet name.
withNames

Helper function for more convenient input (sheet name, data frame, sheet name, data frame, ...).
xlsx2dfs

Read-in Excel file (workbook) as a list of data frames.