Generate a vector in R with three times of the string "abc", i.e. the results should be:

[1] "abc" "abc" "abc"