Learn R Programming

chevron (version 0.2.10)

unwrap_layout: Extracting Layout Function.

Description

Extracting Layout Function.

Usage

unwrap_layout(x, pattern = "_lyt$")

Value

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

Arguments

x

(function) containing a call to a layout function.

pattern

(string) identifying layout functions

Examples

Run this code
unwrap_layout(aet01_main)

Run the code above in your browser using DataLab