unwrap_layout {chevron}R Documentation

Extracting Layout Function.

Description

Extracting Layout Function.

Usage

unwrap_layout(x, pattern = "_lyt$")

Arguments

x

(function) containing a call to a layout function.

pattern

(string) identifying layout functions

Value

invisible NULL and print the content of the layout functions found in the body of x.

Examples

unwrap_layout(aet01_main)


[Package chevron version 0.2.12 Index]