Skip to content

Releases: josesamos/flattabler

flattabler 2.1.2

01 May 08:24
Compare
Choose a tag to compare
  • Update cph information.

flattabler 2.1.1

08 Jan 11:45
Compare
Choose a tag to compare
  • Modify the cph field of the description.
  • Improve read excel files test.

flattabler 2.1.0

14 Sep 20:43
Compare
Choose a tag to compare
  • Add keep_col_names and na_rm parameters to unpivot function.
  • Read the indicated sheets from a folder of Excel files in read_excel_folder().

flattabler 2.0.0

10 Aug 06:41
Compare
Choose a tag to compare
  • New data model for pivot_table class, vectorial algorithm for unpivot().
  • New examples for README and vignette.

All sheets of files in a folder

15 Nov 18:58
Compare
Choose a tag to compare
  • Change the implementation of [read_excel_sheet()], [read_excel_file()] and [read_excel_folder()] functions to use the readxl package.
  • Parameter [allSheets] to obtain all the sheets of all the Excel files in a folder: [read_excel_folder()].

Get data from Excel files

10 Aug 16:30
Compare
Choose a tag to compare

Functions to work directly with Excel files: [read_excel_sheet()], [read_excel_file()] and [read_excel_folder()].

Initial release

29 Jul 18:36
Compare
Choose a tag to compare

Basic functionality to transform a pivot table into a flat table.