Learn R Programming

periscope2 (version 0.2.4)

themeConfigurationsAddin: Build application theme configuration YAML file

Description

Call this as an addin to build valid yaml file that is needed for creating application periscope_style.yaml file. The generated file can be used in periscope2 app by putting it inside generated app www folder.

Usage

themeConfigurationsAddin()

Arguments

Value

launch gadget window

Details

The method can be called directly via R console or via RStudio addins menu

See Also

periscope2:create_application()

Examples

Run this code
if (interactive()) {
   periscope2:::themeConfigurationsAddin()
}

Run the code above in your browser using DataLab