checkFormat | R Documentation |
Function to check if SPSS format statements are specified correctly in a GADSdat
object.
checkFormat(GADSdat, type = "SPSS", changeFormat = TRUE)
GADSdat |
|
type |
If |
changeFormat |
If |
The function compares SPSS format statements "format"
and actual character length and
decimal places of all variables in a GADSdat
object and its
meta data information. Mismatches are reported and can be automatically adjusted.
Returns a GADSdat
object.
# Change example meta information (create a value label with incorrect missing code)
pisa2 <- checkFormat(pisa)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.