Description Usage Arguments Value Examples
'd' describes a data frame, just like the 'd' command in Stata.
1 |
df |
'df' should be a data frame. 'd' works best with labelled data frames (from the 'haven' package). |
compact |
'compact' should be logical. |
'd(df)' returns a data frame that contains metadata records for the dataset.
1 2 | nlsw88 = haven::read_dta("http://www.stata-press.com/data/r13/nlsw88.dta")
d(nlsw88)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.