View source: R/wa_format_number.R
| wa_format_number | R Documentation |
wa-format-number componentGenerated wrapper for the Web Awesome wa-format-number component.
Generated from Web Awesome metadata.
wa_format_number(
...,
id = NULL,
class = NULL,
style = NULL,
value = NULL,
currency = NULL,
currency_display = NULL,
dir = NULL,
lang = NULL,
maximum_fraction_digits = NULL,
maximum_significant_digits = NULL,
minimum_fraction_digits = NULL,
minimum_integer_digits = NULL,
minimum_significant_digits = NULL,
type = NULL,
without_grouping = NULL
)
... |
Child content for the component's default slot. |
id |
Optional DOM id attribute for HTML, CSS, and JS targeting. |
class |
Optional CSS class string. |
style |
Optional inline CSS style string. |
value |
Number. Default: |
currency |
String. Default: |
currency_display |
Enumerated string. Allowed values: |
dir |
String. Optional Web Awesome attribute. |
lang |
String. Optional Web Awesome attribute. |
maximum_fraction_digits |
Number. The maximum number of fraction digits to use. Possible values are 0-100. |
maximum_significant_digits |
Number. The maximum number of significant digits to use,. Possible values are 1-21. |
minimum_fraction_digits |
Number. The minimum number of fraction digits to use. Possible values are 0-100. |
minimum_integer_digits |
Number. The minimum number of integer digits to use. Possible values are 1-21. |
minimum_significant_digits |
Number. The minimum number of significant digits to use. Possible values are 1-21. |
type |
Enumerated string. Allowed values: |
without_grouping |
Boolean. Default: |
An HTML tag for the component.
None.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.