Changes in version 0.4.0 (2024-05-13) - Add function for cleaning line breaks - Update non standard evaluation in most functions - Replace deprecated mutate operations Changes in version 0.3.3 (2022-08-15) - Documentation fix for HTML5 checks Changes in version 0.3.2 (2021-04-09) - Fixed issue in mash_colnames that broke output when separator was not an underscore. - Improve wording in documentation for unbreaking trailing halves of broken values. Changes in version 0.3.1 (2021-02-06) - More informative warning messages for mash_colnames - Re-converted character columns in new datasets. Changes in version 0.3.0 (2020-10-25) - Adds mash_colnames to make many header rows into column names. - Drops leading dot notation from unbreak_vals _slice/_groups argument and ultimately deprecates the argument. - Two datasets added for teaching and demonstration purposes. Changes in version 0.2.2 - Adds annotate_mf_all() function to translate meaningful formatting for all cells in a spreadsheet. - Adds regex_valign() function for aligning character strings with one element for each line. Changes in version 0.2.1 (2020-03-04) - Minor patch to address breaking changes planned for tibble. Changes in version 0.2.0 (2020-02-09) - Cleanup and preparation for release. Changes in version 0.1.1 - Added more tests, spreadsheet-related functions, and better documentation. Changes in version 0.1.0 - Added a NEWS.md file to track changes to the package. - Added a .slice_groups argument to unbreak_vals to either keep or discard the variable with broken values and slice the extra rows afterwards. - Reworded all the documentation with more adequate terms (i.e. embedded subheaders).