- Update cph information.
- Modify the cph field of the description.
- Improve read excel files test.
- Add
keep_col_names
andna_rm
parameters tounpivot
function. - Read the indicated sheets from a folder of Excel files in
read_excel_folder()
.
- New data model for
pivot_table
class, vectorial algorithm forunpivot()
. - New examples for README and vignette.
- Change the implementation of
read_excel_sheet()
,read_excel_file()
andread_excel_folder()
functions to use thereadxl
package. - Parameter
allSheets
to obtain all the sheets of all the Excel files in a folder:read_excel_folder()
.
- Functions to work directly with Excel files:
read_excel_sheet()
,read_excel_file()
andread_excel_folder()
.
- Basic functionality with text files.