tbl_munge: Munge a tibble

Description Usage Arguments

Description

Munge a tibble

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
tbl_munge(
  data,
  munge_entities = F,
  parse_dates = T,
  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)
)

Arguments

data

a tibble()

parse_dates

if TRUE parse dates

unformat

if TRUE removes formattable formats


abresler/govtrackR documentation built on July 11, 2020, 12:30 a.m.