importCodes: Return A data frame of codes
Description
Accepts a string input in the form "code1=label1,code2=label2,.." and
returns A data frame with a column of codes and a column of labels
Usage
importCodes(labelStr, delim = ",")
Arguments
- labelStr
in the format code1=label1,code2=label2
- delim
delimeter separating codes in labelStr, defaults to ','