Description Usage Arguments Details Value
This function imports data from a csv file exported by www.strokeaudit.org.
1 2 | read_audit_csv(filename, column_names = NULL,
ignore_fake_team_data = TRUE)
|
filename |
Filename of the CSV file to load. |
column_names |
A character vector of the column names which are required. If this is not specified, all columns are imported. Where possible, columns should be specified as this makes the analysis significantly quicker. |
ignore_fake_team_data |
A boolean. By default (TRUE) any team codes known to be fake or test team codes are skipped. If FALSE, all teams are exported. |
Most SSNAP data exporting all teams will include a number of 'test' or 'fake' teams. By default, we ignore these teams. If however you need to include these teams (for example to test some new code,) you can set ignore_fake_team_data to FALSE.
A tibble containing the imported SSNAP data.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.