[R] Take each one cell

Jan Sabee jan.sabee at gmail.com
Mon May 2 14:23:12 CEST 2005


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




More information about the R-help mailing list