View source: R/return_statement_position.R
return_statement_position | R Documentation |
Identify the table which is the most likely to be the desired financial statement.
return_statement_position(
tables,
patterns,
remove = NA,
minscore = 3,
window = 2
)
tables |
List. all tables from a 10-K annual report. |
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. |
Numeric vector of positions
Nicolas Mangin
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.