trelliscope (version 0.9.7)

vdbConvert: Convert a VDB to be usable with the new Trelliscope viewer (experimental)

Description

Convert a VDB to be usable with the new Trelliscope viewer (experimental)

Usage

vdbConvert(overwrite = FALSE, basePath = NULL, convertPanels = TRUE, jsonp = TRUE, conn = getOption("vdbConn"), open = TRUE, autoYes = FALSE)

Arguments

overwrite
should existing converted files be overwritten? (not implemented)
basePath
the base directory to place the converted vdb in (doesn't need to exist)
convertPanels
should panels be converted to json for the new viewer? (good to set to FALSE if this has already been done but other aspects of the VDB have changed and need to be re-converted)
jsonp
should jsonp files be created instead of json?
conn
VDB connection info, typically stored in options("vdbConn") at the beginning of a session, and not necessary to specify here if a valid "vdbConn" object exists
open
should the new viewer be opened after conversion?
autoYes
should questions to proceed with directory creation operations be automatically answered with "yes"?

Details

This is an experimental function that allows experimentation with the next generation Trelliscope viewer (https://github.com/hafen/trelliscopejs).