View source: R/stata_related.R
stdes | R Documentation |
Describe the basic information of variables in stata-style
stdes(df)
df |
|
df <- data.frame(a = 1:3, b = 2:4)
des(df)
attr(df$a, "label") = "A"
attr(df$b, "label") = "B"
des(df)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.