efc | R Documentation |
A SPSS sample data set, imported with the read_spss
function.
# Attach EFC-data data(efc) # Show structure str(efc) # show first rows head(efc) # show variables ## Not run: library(sjPlot) view_df(efc) # show variable labels get_label(efc) # plot efc-data frame summary sjt.df(efc, altr.row.col = TRUE) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.