Skip to contents

Shiny vizsurvey with already prepared data

Usage

runVizsurvey_from_folder(link, data_rds_pattern = "global", depth_folder = 1)

Arguments

link to directory of data

data_rds_pattern

name of the rds file contains all the data

depth_folder

level of depth for the tree structure

Value

shinyapp

Examples

# We assume that config.txt, and prepa_surveys are already done here.
if (FALSE) runVizsurvey_from_folder("inst/extdata",depth_folder = 3) # \dontrun{}