Description Usage Arguments Value Examples
View source: R/main_functions.R
Prepare Firm Name Table
1 | prepare_tables(.tab, .regex_names = "name")
|
.tab |
A Dataframe with at least 3 columns: |
.regex_names |
A regular expression that identifies the columns for the company names |
A dataframe
1 2 3 4 | .path <- system.file("extdata", "test_tables.xlsx", package = "RFirmMatch")
.tab <- openxlsx::read.xlsx(.path)
prepare_tables(.tab)
rm(.tab)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.