I think that this one finds a binary representation of integer but does not print data in binary format (creating binary file, like write(unit,*) in FORTRAN).
--- On Wed, 18/6/08, jim holtman <[EMAIL PROTECTED]> wrote: > From: jim holtman <[EMAIL PROTECTED]> > Subject: Re: [R] printing in binary > To: "Edna Bell" <[EMAIL PROTECTED]> > Cc: [EMAIL PROTECTED] > Received: Wednesday, 18 June, 2008, 11:08 AM > check out the as.character.binmode in the R.util package: > > > ?as.character.binmode > > intToBin(12345) > [1] "11000000111001" > > > > > On Tue, Jun 17, 2008 at 8:05 PM, Edna Bell > <[EMAIL PROTECTED]> wrote: > > Hi r Gurus: > > > > Is there a way to print numbers in binary format, > please? > > > > I know that you can use sprintf for hex, but I'm > not sure how to get binary. > > > > Thanks > > Edna > > > > ______________________________________________ > > 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. > > > > > > -- > Jim Holtman > Cincinnati, OH > +1 513 646 9390 > > What is the problem you are trying to solve? > > ______________________________________________ > 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. ______________________________________________ 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.