clean_entity_data: Clean entity data

Description Usage Arguments

Description

Clean entity data

Usage

1
2
3
4
5
6
7
8
9
clean_entity_data(
  data,
  entity_column = "nameOwnerPrimary",
  use_business_suffix = T,
  use_n_gram_merge = T,
  edit_threshold = 1,
  ignore_words = c("ASSOCIATIONS", "ASSOCIATES", "ASSOCIATIONS", "LLC", "LL",
    "ACQUISITION", "ACQUISITIONS")
)

Arguments

data

tibble

entity_column

name of the coumn to clean

use_business_suffix

if TRUE use business suffix

use_n_gram_merge

if TRUE uses n_gram_merge

edit_threshold

edit threshold

ignore_words

vector of words to ignore


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