Hi there I want to cbind a vector(contains 20 values) to a dataframe containg (18 rows).The missing value in the dataframe is however a repeated values but still i want to retain the repeats in the vector and the dataframe values can even get enterd twice.
how should i go about it Example: Vector(contains repeating entry) ab de dc ab be dataframe(unique entry) ab a b c d e dc e f g h i de l m n o p Result : vector D.F ab ab a b c d e dc dc e f g h i ab ab a b c d e de de l m n o p Ramya -- View this message in context: http://www.nabble.com/Cbind-help-tp19576177p19576177.html Sent from the R help mailing list archive at Nabble.com. ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.