new_injd | R Documentation |
constructor of injd class
new_injd(
x = data.frame(),
unit_exposure = "match_minutes",
follow_up = data.frame(),
data_exposures = data.frame(),
data_injuries = data.frame()
)
x |
a data frame object to construct it to injd class object |
unit_exposure |
first attribute |
follow_up |
second attribute |
data_exposures |
third attribute |
data_injuries |
fourth attribute |
a new injd object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.