View source: R/extract_from_slf.R
extract_from_slf | R Documentation |
A wrapper around slfhelper::read_slf_individual and slfhelper::read_slf_episode that defines the columns to be extracted based on pre-defined list within bluenile
extract_from_slf(year, workbook_name, sub_name)
year |
The year or years to be extracted, in "XXYY" format |
workbook_name |
A valid workbook name from workbook_names |
sub_name |
For HRI Pathways and HRI Main, specification of which part is being worked on |
x <- utils::head(extract_from_slf(year = "1819", workbook_name = "HRI", sub_name = "main"), 1000)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.