read_audit_csv: Load SSNAP data from CSV file into memory

Description Usage Arguments Details Value

View source: R/read_csv.R

Description

This function imports data from a csv file exported by www.strokeaudit.org.

Usage

1
2
read_audit_csv(filename, column_names = NULL,
  ignore_fake_team_data = TRUE)

Arguments

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.

Details

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.

Value

A tibble containing the imported SSNAP data.


md0u80c9/SSNAPInterface documentation built on Nov. 10, 2019, 12:08 a.m.