powered by
Generate SPSS 'STRING' syntax to create a variable of type string.
spss.string(names, string.format = "A15")
the name(s) of the variable(s) to be created.
specifies the formatting to use when creating the string variable. Defaults to "A15".
# NOT RUN { spss.string("my.string") spss.string("long.string", string.format = "A40") # }
Run the code above in your browser using DataLab