spss.string: Generate SPSS 'STRING' syntax to create a variable of type...

Description Usage Arguments Examples

Description

Generate SPSS 'STRING' syntax to create a variable of type string.

Usage

1
spss.string(names, string.format = "A15")

Arguments

names

the name(s) of the variable(s) to be created.

string.format

specifies the formatting to use when creating the string variable. Defaults to "A15".

Examples

1
2
spss.string("my.string")
spss.string("long.string", string.format = "A40")

syntaxr documentation built on May 2, 2019, 3:45 a.m.