Skip to contents

This function is used to create ORIGPROT in the dataset based subject RID.

Usage

create_orig_protocol(.data)

Arguments

.data

Data.frame that contains RID variable

Value

A data frame the same as .data with appended column of ORIGPROT.

Examples

if (FALSE) { # \dontrun{
example_data <- tibble(RID = c(1, 1000, 3500, 6645, 1000))
create_orig_protocol(data = example_data)
} # }