extract_legal_form: Extract Legal Forms from Company Names

Description Usage Arguments Value Examples

View source: R/main_functions.R

Description

Extract Legal Forms from Company Names

Usage

1
extract_legal_form(.tab, .tab_lf, .workers = 1, .progress = FALSE)

Arguments

.tab

A table prepared by prepare_tables()

.tab_lf

A dataframe generated by make_legal_form_table()

.workers

Number of parallel workers

.progress

Show progress bar?

Value

A datframe

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
.path <- system.file("extdata", "test_tables.xlsx", package = "RFirmMatch")
.tab <- openxlsx::read.xlsx(.path)
.tab <- prepare_tables(.tab)
extract_legal_form(.tab, make_legal_form_table())
rm(.tab)


## DEBUG
.tab_lf = NULL
.workers = 2
.progress = FALSE

MatthiasUckert/RFirmMatch documentation built on Dec. 17, 2021, 3:18 a.m.