You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Title: Read Excel Sheets Into a List of Data Frame and Write Them Vice Versa
Version: 0.1.0
Author: Gwang-Jin Kim
Maintainer: Gwang-Jin Kim <gwang.jin.kim.phd@gmail.com>
Description: Reads all sheets of an Excel file into a list of data frames (1 sheet - 1 data frame). And also the package writes a list of data frames into one xlsx file. The list element names always corresponding to the sheet names. Eases I/O in bioinformatics (tabular data) a lot while keeping the data in a human readable format.