Skip to contents

Extract metadata about sections from the questionnaire JSON as a data frame.

Usage

get_sections(json_path)

Arguments

json_path

Character. Full path to the Survey Solutions questionnaire JSON file (e.g., ~/my_proj/path/to/document.json).

Value

Data frame with the following columns:

  • object_type. Character. Simplified object type. Value: section.

  • type. Character. SuSo-provided type. Value: Group.

  • title. Character.

  • varname. Character.

  • condition_expression. Character.

  • public_key. Character. GUID.