findVariable | R Documentation |
Find index location for a named variable within the data dictionary.
findVariable(l, dataset, variable)
l |
data dictionary list |
dataset |
name of data set |
variable |
name of variable to remove |
list with data set location and variable location
dd <- script2info(system.file("examples", "ex_script.R", package = "rcmoonpie")) findVariable(dd, 'data', 'redcap_event_name')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.