copm_prep_db: Preparation of Database names for Company Matching Procedure

Description Usage Arguments Value Examples

Description

Preparation of Database names for Company Matching Procedure

Usage

1
2
copm_prep_db(match.table, col.name = NULL, col.ident = NULL,
  adj.regex = "default")

Arguments

match.table

A table with company names and identifiers

col.name

A chracter string of the name column

col.ident

A character string of the identifier columns

adj.regex

Adjustemtn REgex

Value

A dataframe suitable for the matching algorithm

Examples

1
2
3
library(tpfuns)
table <- tibble::tibble(id = c(1,2,3), firm = c("BASF GMBH", "BASF AG", "BASF SE (GER)"))
copm_prep_db(table, "firm", "id")

M-U-UNI-MA/tpfunctions documentation built on May 24, 2019, 7:37 a.m.