This is convenience function that uses the get_survey function to return the list of all block ids in a survey

list_blocks(survey_id)

Arguments

survey_id

the survey id

Value

A tibble with blocks' information

Examples

if (FALSE) { list_blocks( "SV_012345678901234", ) }