This dataset provides completely synthetic test data for the airway-related fields
in the National EMS Information System (NEMSIS). It is not specific to any single function
but can be used to test multiple functions in the nemsqar
package. Users are encouraged to
experiment with this dataset, but results should not be interpreted as meaningful. Some
outputs may be nonsensical, which is expected since this data is only intended to demonstrate
the expected structure of input data.
data(nemsqar_airway_table)
A data frame with 10,000 rows and 8 variables:
Unique identifier for the incident report (character).
Date of the incident (Date).
List of indications for invasive airway management (character).
Timestamp of airway device placement confirmation (datetime).
Type of airway device being confirmed (character).
List of airway devices being confirmed (character).
Primary method used to confirm airway device placement (character).
List of methods used to confirm airway device placement (character).
data(nemsqar_airway_table)
head(nemsqar_airway_table)
Run the code above in your browser using DataLab