lab_name | R Documentation |
Getters and setters for basic, relatively universal attributes of "table-like" objects.
obj_name(obj)
obj_name(obj) <- value
obj_label(obj)
obj_label(obj) <- value
## S4 method for signature 'ANY'
obj_label(obj)
## S4 replacement method for signature 'ANY'
obj_label(obj) <- value
obj_format(obj)
## S4 method for signature 'ANY'
obj_format(obj)
## S4 method for signature 'fmt_config'
obj_format(obj)
obj_format(obj) <- value
## S4 replacement method for signature 'ANY'
obj_format(obj) <- value
## S4 replacement method for signature 'fmt_config'
obj_format(obj) <- value
obj_na_str(obj)
## S4 method for signature 'ANY'
obj_na_str(obj)
## S4 method for signature 'fmt_config'
obj_na_str(obj)
obj_na_str(obj) <- value
## S4 replacement method for signature 'ANY'
obj_na_str(obj) <- value
## S4 replacement method for signature 'fmt_config'
obj_na_str(obj) <- value
obj_align(obj)
## S4 method for signature 'ANY'
obj_align(obj)
## S4 method for signature 'fmt_config'
obj_align(obj)
obj_align(obj) <- value
## S4 replacement method for signature 'ANY'
obj_align(obj) <- value
## S4 replacement method for signature 'fmt_config'
obj_align(obj) <- value
obj |
( |
value |
character(1). The new label |
The name, format, or label of obj
for getters, or obj
after modification for setters.
with_label
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.