search for: rdss

Displaying 11 results from an estimated 11 matches for "rdss".

Did you mean: dss
2018 Jan 27
0
Newbie wants to compare 2 huge RDSs row by row.
...structure such as a data.frame. It can be anything. For example if I want to save my objects a, b, c I could do: > saveRDS( list(a,b,c,), file="tmp.RDS") Then read them back later with > myList <- readRDS( "tmp.RDS" ) Do you have additional information about your "RDSs" ? Eric On Sat, Jan 27, 2018 at 6:54 AM, Marsh Hardy ARA/RISK <mhardy at ara.com> wrote: > Each RDS is 40 MBs. What's a slick code to compare them row by row, IDing > row numbers with mismatches? > > Thanks in advance. > > // > > __________________________...
2018 Jan 27
2
Newbie wants to compare 2 huge RDSs row by row.
Each RDS is 40 MBs. What's a slick code to compare them row by row, IDing row numbers with mismatches? Thanks in advance. //
2013 Aug 05
3
Voicemail variables on email subject
Hi I have a problem w/ voicemail, the subject message is corruption when used voicemail variables, e.g. : voicemail.conf emailsubject=${VM_MAILBOX}|${VM_MSGNUM}|${VM_CALLERID}|${VM_DUR} Return: Subject: =?utf-8?Q?1504|12|=22Teste_-_Rafael=22_=3C1570=3E|0=3A16?= Expected: Subject: 1504|12|"Teste - Rafael" <1570>|16 Thank's Att, *Rafael dos Santos Saraiva* Tel: (51)
2018 Jan 27
0
Newbie wants to compare 2 huge RDSs row by row.
...should be the same output. Thanks in advance, M. // ________________________________________ From: Ulrik Stervbo [ulrik.stervbo at gmail.com] Sent: Saturday, January 27, 2018 10:00 AM To: Eric Berger Cc: Marsh Hardy ARA/RISK; r-help at r-project.org Subject: Re: [R] Newbie wants to compare 2 huge RDSs row by row. Also, it will be easier to provide helpful information if you'd describe what in your data you want to compare and what you hope to get out of the comparison. Best wishes, Ulrik Eric Berger <ericjberger at gmail.com<mailto:ericjberger at gmail.com>> schrieb am Sa., 27...
2018 Jan 27
3
Newbie wants to compare 2 huge RDSs row by row.
...e. It can be anything. > For example if I want to save my objects a, b, c I could do: > > saveRDS( list(a,b,c,), file="tmp.RDS") > Then read them back later with > > myList <- readRDS( "tmp.RDS" ) > > Do you have additional information about your "RDSs" ? > > Eric > > > On Sat, Jan 27, 2018 at 6:54 AM, Marsh Hardy ARA/RISK <mhardy at ara.com> > wrote: > > > Each RDS is 40 MBs. What's a slick code to compare them row by row, IDing > > row numbers with mismatches? > > > > Thanks in advance...
2018 Jan 28
0
Newbie wants to compare 2 huge RDSs row by row.
...Raleigh, NC 27603-2162 (919) 834-1245 ________________________________________ From: William Dunlap [wdunlap at tibco.com] Sent: Saturday, January 27, 2018 4:57 PM To: Marsh Hardy ARA/RISK Cc: Ulrik Stervbo; Eric Berger; r-help at r-project.org Subject: Re: [R] Newbie wants to compare 2 huge RDSs row by row. If your two objects have class "data.frame" (look at class(objectName)) and they both have the same number of columns and the same order of columns and the column types match closely enough (use all.equal(x1, x2) for that), then you can try which( rowSums( x1 != x2 ) &gt...
2018 Jan 27
2
Newbie wants to compare 2 huge RDSs row by row.
...dvance, M. > > // > ________________________________________ > From: Ulrik Stervbo [ulrik.stervbo at gmail.com] > Sent: Saturday, January 27, 2018 10:00 AM > To: Eric Berger > Cc: Marsh Hardy ARA/RISK; r-help at r-project.org > Subject: Re: [R] Newbie wants to compare 2 huge RDSs row by row. > > Also, it will be easier to provide helpful information if you'd describe > what in your data you want to compare and what you hope to get out of the > comparison. > > Best wishes, > Ulrik > > Eric Berger <ericjberger at gmail.com<mailto:ericjberg...
2018 Jan 28
1
Newbie wants to compare 2 huge RDSs row by row.
...ords in two data.frames that do not match. // ________________________________________ From: Henrik Bengtsson [henrik.bengtsson at gmail.com] Sent: Sunday, January 28, 2018 11:12 AM To: Ulrik Stervbo Cc: Marsh Hardy ARA/RISK; r-help at r-project.org Subject: Re: [R] Newbie wants to compare 2 huge RDSs row by row. The diffobj package (https://cran.r-project.org/package=diffobj) is really helpful here. It provides "diff" functions diffPrint(), diffStr(), and diffChr() to compare two object 'x' and 'y' and provide neat colorized summary output. Example: > iris2 <...
2018 Jan 28
0
Newbie wants to compare 2 huge RDSs row by row.
...________________________________________ >> From: William Dunlap [wdunlap at tibco.com] >> Sent: Saturday, January 27, 2018 4:57 PM >> To: Marsh Hardy ARA/RISK >> Cc: Ulrik Stervbo; Eric Berger; r-help at r-project.org >> Subject: Re: [R] Newbie wants to compare 2 huge RDSs row by row. >> >> If your two objects have class "data.frame" (look at class(objectName)) >> and they >> both have the same number of columns and the same order of columns and the >> column types match closely enough (use all.equal(x1, x2) for that), then &gt...
2018 Jan 28
2
Newbie wants to compare 2 huge RDSs row by row.
...(919) 834-1245 > ________________________________________ > From: William Dunlap [wdunlap at tibco.com] > Sent: Saturday, January 27, 2018 4:57 PM > To: Marsh Hardy ARA/RISK > Cc: Ulrik Stervbo; Eric Berger; r-help at r-project.org > Subject: Re: [R] Newbie wants to compare 2 huge RDSs row by row. > > If your two objects have class "data.frame" (look at class(objectName)) > and they > both have the same number of columns and the same order of columns and the > column types match closely enough (use all.equal(x1, x2) for that), then > you can try >...
2013 May 18
5
Performance Asterisk large installation on Vmware/Xen
Hi I would like the opinion of you and if anyone has a similar scenario. I have a project for installation of a Asterisk server in a client with about 400 extensions. My question is whether this scenario carry an Asterisk virtualized. Will be used only extensions and trunks sip sip, 1 queue with 2 agents, without call recording. It is best to use XEN or VMware? Which best version of Asterisk for