Learn R Programming

LTASR (version 0.1.4)

history_example: Example History File for Testing

Description

A tibble containing example history file data to be used for testing and demonstration of the package

Usage

history_example

Arguments

Format

A data frame with 4 rows and 5 variables:

id

unique identifier; numeric

begin_dt

beginning date of an exposure period; character

end_dt

beginning date of an exposure period; character

employed

a hypothetical variable indicating employment during the given exposure period; numeric (0/1)

exposure_level

a hypothetical variable identifying daily exposure levels to be summed to calculate a cumulative exposure; numeric

...