Learn R Programming

JirAgileR (version 0.0.2.1)

choose_field_function: Function to choose for the right field parser function

Description

Internal function to choose/switch to the correct function to parse each field for each issue

Usage

choose_field_function(x, type)

Arguments

x

The fields nested data to flatten.

type

The fields' name.

Value

Returns a parsed, cleaned data.frame with all the fields.

Warning

Internal function