labs | R Documentation |
Assigns, extracts and prints labels for various objects
labs(x, ...)
## Default S3 method:
labs(x, ...)
## S3 method for class 'data.frame.lab'
labs(x, ...)
labs(x, ...) <- value
## S3 method for class 'data.frame.lab'
print(x, ..., digits = NULL, quote = FALSE, right = TRUE)
## S3 method for class 'data.frame.lab'
x[...]
## S3 replacement method for class 'data.frame'
labs(x, ...) <- value
## Default S3 replacement method:
labs(x, ...) <- value
x |
an object |
... |
additional arguments (currently not used) |
digits |
to print |
quote |
(default FALSE) put quotes around strings |
right |
(default TRUE) justfication |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.