Description Usage Arguments Details Author(s) Examples
Functions for working with gosummaries object
1 2 3 4 5 6 7 8 9 | is.gosummaries(x)
## S3 method for class 'gosummaries'
print(x, ...)
## S3 method for class 'gosummaries'
x[i, ...]
add_to_slot.gosummaries(x, slot, values)
|
x |
a gosummaries object |
... |
not used |
i |
index |
slot |
the component slot name to be filled (e.g Title, Percentage, etc.) |
values |
list of values where each element corresponds to one component |
gosummaries |
a gosummaries object |
Method [ ensures that subsetting gosummaries object will not lose the attributes.
add_to_slot.gosummaries
allows to add values to specific slots in the
gosummaries object
Raivo Kolde <raivo.kolde@eesti.ee>
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.