kobor_flatten: Recursively flatten a nested dataframe from Kobo.

Description Usage Arguments Value

View source: R/utils.R

Description

This function is for internal use in the package only. It takes a nested dataframe and recursively flattens the nested tables. It will ignore columns with names defined by the 'ignore' parameter.

Usage

1
kobor_flatten(x, ignore = "^_")

Arguments

x

Dataframe to flatten

ignore

Regular expression to match columsn to ignore

Value

A flattened dataframe


ianhandel/kobor documentation built on March 16, 2020, 12:21 a.m.