Skip to contents

Set default watermark configuration for current theme

Usage

setWatermarkConfiguration(watermark = NULL)

Arguments

watermark

character or Label class object from `tlf` package

Examples

setWatermarkConfiguration("Confidential")
setWatermarkConfiguration(Label$new(text = "test", color = "blue"))