Convert misha.vis configuration to misha.browser YAML
browser_convert_vis_config.RdAttempts to convert a misha.vis configuration list to a misha.browser YAML configuration file.
Usage
browser_convert_vis_config(
vis_config,
output_file = "browser_config.yaml",
misha_root = NULL
)Examples
if (FALSE) { # \dontrun{
# If you have a misha.vis config
old_config <- yaml::read_yaml("vis_config.yaml")
browser_convert_vis_config(old_config, "browser_config.yaml")
} # }