Hi all,
I have a vector of string and I intend to join these strings into a single string, separated by a space. For example, if my vector contains the values: sample string for this example I want the output to be "sample string for this example".
Need any of your input on what is the simplest way of achieving this?
Thanks