Helper function to transform list of questionnair structure to single data.table with all variables
suso_transform_fullMeta.Rd
Uses tidyjson package
Usage
suso_transform_fullMeta(input =NULL)
Arguments
input
returned by suso_getQuestDetails structure operation
Details
suso_transform_fullMeta transforms the list containing the structure (operation.type = structure)
is transformed into a single data.table
with all variable names, types etc.. This also works with json strings manually exported from the server.