format_value | R Documentation |
Format value shorthands for command line display
format_value(x, ..., fmt = NULL)
## Default S3 method:
format_value(x, ..., fmt = options_fmts())
## S3 method for class 'S3'
format_value(x, ..., fmt = options_fmts())
## S3 method for class 'S4'
format_value(x, ..., fmt = options_fmts())
## S3 method for class ''function''
format_value(x, ..., fmt = options_fmts())
## S3 method for class 'environment'
format_value(x, ..., fmt = options_fmts())
## S3 method for class 'expression'
format_value(x, ..., fmt = options_fmts())
## S3 method for class 'quote'
format_value(x, ..., fmt = options_fmts())
## S3 method for class 'call'
format_value(x, ..., fmt = options_fmts())
## S3 method for class 'name'
format_value(x, ..., fmt = options_fmts())
## S3 method for class 'symbol'
format_value(x, ..., fmt = options_fmts())
x |
An R object to display, attempting to show the actual value, but falling back to shorthands for more complex data types. |
... |
Additional arguments unused |
fmt |
A list of formats to use for formatting individual text elements |
A formatted character value
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.