View source: R/filter_the_slf.R
filter_the_slf | R Documentation |
Filter the SLF Extract based on the workbook data being created
filter_the_slf(df, workbook_name, level)
workbook_name |
See workbook_names for valid list |
level |
The security level of the workbook. Valid options are formatted "levelx" |
Filtered dataframe
workbook_name <- "LTC" slfhelper::read_slf_individual("1819", from = 10000, to = 100000) %>% filter_the_slf(workbook_name, "level3")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.