[R] Joining Characters in R {issue with paste}

Clint Bowman clint at ecy.wa.gov
Wed Sep 9 23:13:58 CEST 2009


?paste and look at sep.

On Wed, 9 Sep 2009, Abhishek Pratap wrote:

> Hi Guys
> I am want to join to strings in R. I am using paste but not getting
> desirable result.
>
> For the sake of clarity, a quick example:
>
>> a="Bio"
>> b="iology"
>> paste(a,b)
> [1] "Bio iology"
>
>
> *There is a SPACE in the word biology which is what I dont want *
>
>
> Thanks,
> -Abhi
>
> 	[[alternative HTML version deleted]]
>
> ______________________________________________
> R-help at 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.
>

-- 
Clint Bowman			INTERNET:	clint at ecy.wa.gov
Air Quality Modeler		INTERNET:	clint at math.utah.edu
Department of Ecology		VOICE:		(360) 407-6815
PO Box 47600			FAX:		(360) 407-7534
Olympia, WA 98504-7600




More information about the R-help mailing list