Description Usage Arguments Value Examples
View source: R/extract_report_data.R
extract_report_data
1 | extract_report_data(reports, variable_regexs)
|
reports |
the data frame containing the text reports |
variable_regexs |
the dataframe containing the regular expressions |
a dataframe of all the extracted numerical variables from each report
1 2 | extract_report_data(data.frame(report1 = "hello world 23.0%", report2 = "hello world 54.0%"),
data.frame(percentage = "hello world (?<value>\\d+\\.?\\d*)(?<units>\\w*)"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.