Description Usage Arguments Value Examples
getvarLabelTable will extract the variable names and variable labels from a data.frame imported from an SPSS or SAS file via either the foreign or Hmisc packages
1 | getVarLabelTable(SAS.SPSS_Data, import.method = "foreign")
|
SAS.SPSS_Data |
a data.frame object imported via 'foreign' or 'Hmisc' |
import.method |
the import method used: foreign or Hmisc |
A data.frame object containing the names of the data.frame, along with the corresponding variable labels.
1 | #NULL
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.