Learn R Programming

xpose (version 0.4.19)

append_suffix: Append suffix contained in the `xp_theme` to titles

Description

Append suffix contained in the `xp_theme` to titles

Usage

append_suffix(xpdb, string = NULL, type = NULL)

Value

The modified `string`.

Arguments

xpdb

An xpose database object.

string

A string to which the suffix will be appended.

type

A string determining what suffix type should be used in the `xp_theme`. Can be one of `title`, `subtitle`, `caption` or `tag`.