Description Usage Arguments Examples
This function is used to check basic parameter in config file. If a basic paramter in map_config is missing, the program will stop. eg. map_config, heatmap_num, legend_num If a basic paramter in color_config is missing, it will use default color theme.
| 1 | gvmapConfig(config_file)
 | 
| config_file | character or list, the config file you input | 
| 1 2 | config_file <- system.file('extdata', 'config.sig.yaml', package = 'gvmap')
gvmap_config <- gvmapConfig(config_file)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.