Learn R Programming

artma (version 0.3.3)

viz.get: Get Visualization Settings

Description

Get the current visualization settings. Returns all settings as a list, or a single setting by name.

Usage

viz.get(option = NULL)

Value

A named list of all visualization settings, or a single setting value.

Arguments

option

[character, optional] Name of a specific option to retrieve. One of: "theme", "export_graphics", "export_path", "graph_scale". If NULL (default), returns all options as a named list.

Examples

Run this code
if (FALSE) {
# Get all visualization settings
viz.get()

# Get just the current theme
viz.get("theme")

# Get export path
viz.get("export_path")
}

Run the code above in your browser using DataLab