Displaying 3 results from an estimated 3 matches for "iolog".
Did you mean:
ioloo
2009 Sep 09
4
Joining Characters in R {issue with paste}
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]]
2010 Apr 29
24
[Bug 27905] New: DVI monitor is blank - DVI detected as Display Port ?
https://bugs.freedesktop.org/show_bug.cgi?id=27905
Summary: DVI monitor is blank - DVI detected as Display Port ?
Product: xorg
Version: 7.5
Platform: x86 (IA32)
OS/Version: Linux (All)
Status: NEW
Severity: normal
Priority: medium
Component: Driver/nouveau
AssignedTo: nouveau at
2009 Sep 11
3
For sending my R package as part of R-project
...rote:
> >
> >> 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
> >>
> >> [[altern...