Skip to content
Prev 319509 / 398506 Next

Working with string

On Mar 14, 2013, at 9:42 AM, Christofer Bogaso <bogaso.christofer at gmail.com> wrote:

            
?format will by default, left justify and pad with spaces to the longest length element in the character vector:

Vec <- c("sada", "asdsa", "sa")
[1] "sada " "asdsa" "sa   "


Regards,

Marc Schwartz