observations.data.frame | R Documentation |
Identifies observations. Stacks values by level, supplying defaults as necessary.
## S3 method for class 'data.frame'
observations(x, ..., exclude_name = NULL)
x |
data.frame |
... |
passed to categoricals(), numerics() |
exclude_name |
whether to drop NA levels of name; passed to |
class 'observations' arranged by groups (presented first):
_tablet_N |
number of records |
_tablet_n |
number of records in group |
_tablet_name |
observation identifier |
_tablet_level |
factor level (or special value 'numeric' for numerics) |
_tablet_value |
numeric value (or special value 1 for factors) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.