layout_annotation: Add layout annotation
Description
This function is a placeholder for future extensions.
If you're trying to apply a theme, use layout_theme()
instead.
Usage
layout_annotation(..., theme = waiver())
Value
None. This function is used for input validation.
Arguments
- ...
Currently unused. May accept a theme in the future.
- theme
A theme object. If not waiver()
, an error will be raised.