| dollar | R Documentation |
A wrapper function for dollar-sign notation.
dollar(data_object, variable_name)
data_object |
the data object |
variable_name |
the variable name or element name |
a portion of the data object
# load data
data(nhanes)
# summarize lbxtc
nhanes |> dollar(lbxtc) |> summary()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.