Munge a tibble
tbl_munge(
data,
munge_entities = F,
parse_dates = T,
clean_address = F,
exclude_bloat = F,
keep_acronyms = F,
snake_names = F,
unformat = F,
entity_columns = NULL,
use_business_suffix = T,
phonics_methods = "soundex",
phonics_length = 16L,
use_n_gram_merge = T,
edit_threshold = 1,
ignore_words = NULL,
numgram = 2,
weight = c(d = 0.33, i = 0.33, s = 1, t = 0.5)
)
a tibble()
if TRUE
parse dates
if TRUE
removes formattable formats