# Generated by roxygen2: do not edit by hand

S3method(filter_drop,data.table)
S3method(filter_keep,data.table)
S3method(print,audit_clean)
S3method(print,compare_dt)
S3method(print,diagnose_na)
S3method(print,diagnose_strings)
S3method(print,validate_join)
S3method(print,validate_pk)
S3method(print,validate_var_rel)
S3method(summary,validate_join)
export(audit_clean)
export(check_date_coverage)
export(check_months_coverage)
export(clean_firm_name)
export(clean_var_names)
export(compare_datatables)
export(diagnose_nas)
export(diagnose_strings)
export(embed_into_cartesian)
export(filter_drop)
export(filter_keep)
export(get_summary_table)
export(summarize_vector)
export(validate_join)
export(validate_primary_keys)
export(validate_var_relationship)
import(data.table)
importFrom(stats,quantile)
importFrom(stats,sd)
importFrom(stringi,stri_detect_regex)
importFrom(stringi,stri_paste)
importFrom(stringi,stri_replace_all_regex)
importFrom(stringi,stri_split_fixed)
importFrom(stringi,stri_trans_general)
importFrom(stringi,stri_trans_nfkc)
importFrom(stringi,stri_trans_tolower)
importFrom(stringi,stri_trans_toupper)
importFrom(stringi,stri_trim_both)
importFrom(utils,head)
