R/peekbankr.R
unpack_aux_data.Rd
Unpack the json sting in the *_aux_data column and turns it into a nested R list
unpack_aux_data(df)
the input dataframe, with the *_aux_data column unpacked
if (FALSE) { # \dontrun{
subjects_table <- unpack_aux_data(df = subjects_table)
} # }