more: Print More Rows of Ichimoku Objects

View source: R/utils.R

moreR Documentation

Print More Rows of Ichimoku Objects

Description

After calling or invoking the default print method for ichimoku objects, the console output will display -- omitted x rows if the entire data does not fit on-screen. Use more() to display more rows.

Usage

more(rows)

Arguments

rows

(optional) specify the number of rows to print; defaults to all rows if not supplied or non-numeric.

Value

The ichimoku object contained in .Last.value (invisibly) or else invisible NULL (if .Last.value is not an ichimoku object). The ichimoku object data is printed to the console.

Examples

cloud <- ichimoku(sample_ohlc_data, ticker = "TKR")
cloud
more(25)
more()


ichimoku documentation built on Nov. 2, 2023, 5:36 p.m.