powered by
convert a variable of another type into a string variable
tostring(varlist)
variables to convert, either in the form "var1 var2 var3" or in the form ~var1+var2+var3.
returns NULL, invisibly
# NOT RUN { use(cars, clear=TRUE) tostring("speed") listif() # }
Run the code above in your browser using DataLab