Changes in version 1.0.1.9008 - Add drop_uninformative_cols argument to control whether columns are dropped in the saved csv (#156). - Update to {roxygen} v. 8.0.0.9000 (#155). - Update Evan Amies-Galonski email and remove Duncan Kennedy email (#154). - Add/correct author ORCID(s) in DESCRIPTION (#153). Changes in version 1.0.1.9007 - Add CODEOWNERS assigning @joethorley (#152). Changes in version 1.0.1.9006 - Create an empty tibble without subfolder_columns() (#144). Changes in version 1.0.1.9005 - Drop should list exact matches of subfolders or files to drop (#147). Changes in version 1.0.1.9004 - Allow load_rdss_recursive() to exclude files (#136). Changes in version 1.0.1.9003 - Adding fledge action (#142). - sbf_archive_main() now executes without an error if main doesn't exist (#139, #140). Changes in version 1.0.1.9002 - Add signif = getOption("sbf.signif", 22L) argument to sbr_save_numbers() (#134, #135). Changes in version 1.0.1.9001 - Add signif = options(sbr.signif, 3L) argument to sbf_save_number() (#132, #133). Changes in version 1.0.1.9000 - Added report and tag to number (#130, #131). - Dropped requirement that rename has only 1 formal argument. - Added abiliy to set number of attempts for plot as option. Changes in version 1.0.1 - Changing sbf_compare_data() default argument ignore_attr from FALSE to TRUE (#114). - Added sbf_save_spatial() (#111). Changes in version 1.0.0 - Moved functions requiring psql and readwriteaws (and associated tests) to subfoldr2ext and removed these dependencies. - General package upkeep. Changes in version 0.2.0 - Add plot argument to sbf_print() to skip the printing of plots. Changes in version 0.1.0 - Added echo response messages for both sbf_archive_main() and sbf_rm_main() (computer tells user what option they chose). Changes in version 0.0.0.9047 - Added ask argument to sbf_save_aws_files(). Changes in version 0.0.0.9046 - Added sbf_save_gpkgs(). - Added sbf_save_gpkg(). - Allow time in tables. - Added sbf_add_column_to_db(). - Added dbflobr_sub arguments for saving and uploading flobs. Changes in version 0.0.0.9045 - Added sbf_rm_flobs() and removed rm argument from sbf_save_flobs_from_db(). - Added sbf_save_flobs_from_db() and sbf_upload_flobs_to_db(). - Added sbf_get_db_name() to sbf_path_db(). - Added sbf_save_db_metatable_descriptions() - Added sbf_query_db(). - Added sbf_write_datas_to_xlsx(). - Added sbf_diff_datas(). Changes in version 0.0.0.9044 - Added sbf_compare_datas(). - Added sbf_compare_data(). - Allow archive = 1L argument to take path. Changes in version 0.0.0.9043 - Test and fix sbf_all_equal_datas(). - Added sbf_all_equal_datas() but not tested! - Added full_path = TRUE argument to sbf_list_xx() functions. - Added sbf_is_equal_data(). - Add sbf_get_archive() - Added sbf_unarchive_main() and added main argument to sbf_rm_main(). - Added sbf_rm_main(). Changes in version 0.0.0.9042 - Added sbf_archive_main(). Changes in version 0.0.0.9041 - sbf_print() now provides informative error messages! - Added sbf_create_db(). - Rename sbf_db_execute() to sbf_execute_db(). - Added sbf_db_execute(). Changes in version 0.0.0.9040 - Hard deprecate database metadata. - Resetting main no longer resets the sub - use sbf_reset() instead. - Add sbf_reset(). - Add sbf_get_db_name(), sbf_set_db_name() and sbf_reset_db_name(). - Added exists = NA to sbf_diff_xx() functions and removed sbf_diff_plot_data(). Changes in version 0.0.0.9039 - Added sbf_diff_data(), sbf_diff_table() and sbf_diff_plot_data(). - Add argument silent to sbf_print() to silence non-grid error messages. - sbf_print only retries if grid errors - sbf_print() no longer silent by default. - Added sbf_print() to try printing multiple times. - Added exists = TRUE to sbf_load_xx(). Changes in version 0.0.0.9038 - Added exists = TRUE to sbf_load_xx().