Learn R Programming

formatters (version 0.5.0)

main_title: General title/footer accessors

Description

General title/footer accessors

Usage

main_title(obj)

# S4 method for MatrixPrintForm main_title(obj)

main_title(obj) <- value

# S4 method for MatrixPrintForm main_title(obj) <- value

subtitles(obj)

# S4 method for MatrixPrintForm subtitles(obj)

subtitles(obj) <- value

# S4 method for MatrixPrintForm subtitles(obj) <- value

page_titles(obj)

# S4 method for MatrixPrintForm page_titles(obj)

# S4 method for ANY page_titles(obj)

page_titles(obj) <- value

# S4 method for MatrixPrintForm page_titles(obj) <- value

main_footer(obj)

# S4 method for MatrixPrintForm main_footer(obj)

main_footer(obj) <- value

# S4 method for MatrixPrintForm main_footer(obj) <- value

prov_footer(obj)

# S4 method for MatrixPrintForm prov_footer(obj)

prov_footer(obj) <- value

# S4 method for MatrixPrintForm prov_footer(obj) <- value

all_footers(obj)

all_titles(obj)

Value

a character scalar (main_title, main_footer), or vector of length zero or more (subtitles, page_titles, prov_footer) containing the relevant title/footer contents

Arguments

obj

ANY. Object to extract information from.

value

character. New value.