unpack_aux_data | R Documentation |
Unpack the json sting in the *_aux_data column and turns it into a nested R list
unpack_aux_data(df)
df |
a dataframe in the peekbank format that has an aux data column |
the input dataframe, with the *_aux_data column unpacked
## Not run:
subjects_table <- unpack_aux_data(df = subjects_table)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.