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

Description Usage Arguments Examples

View source: R/spss.string.R

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")

greenmeen/syntaxr documentation built on Aug. 8, 2020, 4:46 p.m.