View source: R/identify_tables.R
identify_tables | R Documentation |
Identify tables which are the most likely to be the desired financial statements.
identify_tables(tables, all_patterns, remove = NA, minscore = 3, window = 2)
tables |
List. all tables from a 10-K annual report. |
all_patterns |
List of character vectors. Patterns identifying the statements. |
remove |
Numeric vector. Position of the tables to be removed. |
minscore |
Integer. Minimum number of pattern occurrences to keep a table as a candidate for a statement. |
window |
Integer. To keep candidates having the best scores or scores near the best scores. |
List of positions.
Nicolas Mangin
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.