# init dataset
data(efc)
# view variables
view_spss(efc)
# view variables w/o values and value labels
view_spss(efc, showValues=FALSE, showValueLabels=FALSE)
# view variables including variable typed, orderd by name
view_spss(efc, orderByName=TRUE, showType=TRUE)
# ----------------------------------------------------------------
# User defined style sheet
# ----------------------------------------------------------------
view_spss(efc,
CSS=list(css.table = "border: 2px solid;",
css.tdata = "border: 1px solid;",
css.arc = "color:blue;"))
Run the code above in your browser using DataLab