The compare family of functions doesn't follow the same naming convention as the rest of the package. Need to rename the datas functions to have _archive at the end of the name. As well as update the title/documentation to read Output to Archive so the user understands what is being compared. It would be too wordy to have _output_to_achive at the end of the function. Be good to buff of the documentation and examples while in there too.
'sbf_compare_data'
'sbf_compare_datas' --- fix to be sbf_compare_datas_archive
'sbf_diff_data'
'sbf_diff_datas' --- fix to be sbf_diff_datas_archive
'sbf_is_equal_data'
'sbf_is_equal_datas' --- fix to be sbf_is_equal_datas_archive
No need to deprecate the previous functions just do it!
The compare family of functions doesn't follow the same naming convention as the rest of the package. Need to rename the datas functions to have
_archive
at the end of the name. As well as update the title/documentation to read Output to Archive so the user understands what is being compared. It would be too wordy to have_output_to_achive
at the end of the function. Be good to buff of the documentation and examples while in there too.sbf_compare_data
'sbf_compare_datas
' --- fix to be sbf_compare_datas_archivesbf_diff_data
'sbf_diff_datas
' --- fix to be sbf_diff_datas_archivesbf_is_equal_data
'sbf_is_equal_datas
' --- fix to be sbf_is_equal_datas_archiveNo need to deprecate the previous functions just do it!