Learn R Programming

injurytools (version 2.0.1)

get_data_injuries: Extract injury/illness data frame

Description

Extract injury/illness data frame from the injd object.

Usage

get_data_injuries(injd)

Value

The injury/illness data frame containing the necessary columns: "person_id", "date_injured" and "date_recovered".

Arguments

injd

injd S3 object (see prepare_all()).

Examples

Run this code
get_data_injuries(injd)

Run the code above in your browser using DataLab