process_labjs: Process lab.js data stored in survey software
Description
Process lab.js data stored in survey software by converting them from JSON
data to a data.frame in long format. This function is currently in beta mode.
# NOT RUN {raw_data <- read.csv("raw_data.csv",encoding="UTF-8")
dataset <- process_labjs(data=raw_data,
labjs_column = "FB01_01",
keep=c("CASE","SERIAL"),
verbose=TRUE)
# }# NOT RUN {# }