View source: R/check_format_statistics.R
check_format_statistics | R Documentation |
Checks the output of function format_statistics
.
check_format_statistics(x)
x |
Result of function |
TRUE
if x
has the following properties:
x
is a non-empty data.frame with 2 columns called 'tag'
and 'value'
.
Column 'tag'
has class factor and no duplicates.
Column 'value'
is a character.
Else throws an error.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.