Are there any way to take > x <- c("0", "large", "medium", "small") > x [1] "0" "large" "medium" "small" > like x="0" x="large" x="medium" x="small" Best regards Jan Sabee