| random_id {gt} | R Documentation |
Helper for creating a random id for a gt table
Description
random_id() can be used to create a random, character-based ID value
argument of variable length (the default is 10 letters).
Usage
random_id(n = 10)
Arguments
n |
Number of letters
The |
Value
A character vector containing a single, random ID.
Function ID
8-28
Function Introduced
v0.2.0.5 (March 31, 2020)
See Also
Other helper functions:
adjust_luminance(),
cell_borders(),
cell_fill(),
cell_text(),
currency(),
default_fonts(),
escape_latex(),
from_column(),
google_font(),
gt_latex_dependencies(),
html(),
md(),
nanoplot_options(),
pct(),
px(),
row_group(),
stub(),
system_fonts(),
unit_conversion()
[Package gt version 0.11.0 Index]