Hi statalister,
I am wondering if there is a more efficient way to wrap a long line of code in the do file editor.
I often find myself coping/pasting long lists of variable names (for instance to include them in a ML algorithm) from either other software or from the result window into a do file. Doing so, I end up with unwrapped columns of variable names. Worst, when the long command is pasted into a global, I can't even use the /// command. Is there a way to wrap long line of codes into R? When I am in this situation I end up changing the delimiter to ; before and after the line of code which works ok but is not super satisfactory.
Can you think of any other ways?
Thanks
I am wondering if there is a more efficient way to wrap a long line of code in the do file editor.
I often find myself coping/pasting long lists of variable names (for instance to include them in a ML algorithm) from either other software or from the result window into a do file. Doing so, I end up with unwrapped columns of variable names. Worst, when the long command is pasted into a global, I can't even use the /// command. Is there a way to wrap long line of codes into R? When I am in this situation I end up changing the delimiter to ; before and after the line of code which works ok but is not super satisfactory.
Can you think of any other ways?
Thanks
Comment