unpack_aux_data: Unpack the json sting in the *_aux_data column and turns it...

View source: R/peekbankr.R

unpack_aux_dataR Documentation

Unpack the json sting in the *_aux_data column and turns it into a nested R list

Description

Unpack the json sting in the *_aux_data column and turns it into a nested R list

Usage

unpack_aux_data(df)

Arguments

df

a dataframe in the peekbank format that has an aux data column

Value

the input dataframe, with the *_aux_data column unpacked

Examples

## Not run: 
subjects_table <- unpack_aux_data(df = subjects_table)

## End(Not run)

langcog/peekbankr documentation built on Sept. 1, 2024, 9:03 a.m.