messageSectionName: Get/set section name for "messages" section

Description Usage Arguments Details Value Author(s)

View source: R/analysis.page.R

Description

Any messages thrown during execution of a page handler are display in a new section of the accordion. This controls the name. This is reset to "Messages" for each page, but the page can call this function to get or set the name.

Usage

1
messageSectionName(sectionName)

Arguments

sectionName

If present, new section name (e.g. "Your Messages").

Details

Note that all messages thrown will be collected at the end and made into this single section. Therefore, if the message section is renamed after throwing a message then both the old and any newer messages will appear under the new name.

If a section of the same name is created using appendCustomContent then these messages will just be appended to the end.

Value

A string, the section name for the messages section

Author(s)

Brad Friedman


AnalysisPageServer documentation built on April 28, 2020, 6:32 p.m.