powered by
Match values in variable to controlled vocab
matchvocab(var_data, var_vocab, var_name, tab, error)
actual data values for a specific variable
controlled vocab for a specific variable
name of the variable being matched
name of the tab that the variable is found in
error counter
# NOT RUN { matchvocab(var_data = c("A", "B"), var_vocab=c("A", "B", "C"), tab="site", error=0) # }
Run the code above in your browser using DataLab