fill_data {REDCapDM}R Documentation

Fill rows with the values in one event

Description

Function that with one particular variable and event it fills all the rows in the data with the value in that particular event. Auxiliar to rd_rlogic function

Usage

fill_data(which_event, which_var, data)

Arguments

which_event

String with the name of the event

which_var

String with the name of the variable

data

Dataset containing the REDCap data.


[Package REDCapDM version 0.9.9 Index]