Learn R Programming

traitr (version 0.3)

aTableLayout: A container for tabular layout...

Description

A container for tabular layout

Usage

aTableLayout(..., no_cols=1, context, enabled_when, visible_when)

Arguments

no_cols
Number of columns. Fills in row by row.
context
ItemGroup or item to get context from
enabled_when
Method to determine when items in container should be enabled
visible_when
Method to determine when items in container should be visible
...
children items specified by character strings

Value

  • Returns a proto object. Call obj$show_help() to view its methods and properties.