; > Ulrik
> >
> > Marsh Hardy ARA/RISK schrieb am So., 28. Jan. 2018,
> 04:14:
> >
> >> Cool, looks like that'd do it, almost as if converting an entire record
> to
> >> a character string and comparing strings.
> >>
> >> ___
k.bengts...@gmail.com]
Sent: Sunday, January 28, 2018 11:12 AM
To: Ulrik Stervbo
Cc: Marsh Hardy ARA/RISK; r-help@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 "di
gle.com/?q=1020+W.+South+St.+/+Raleigh,+NC+27603&entry=gmail&source=g>
>> -2162
>> (919) 834-1245
>> ________________
>> From: William Dunlap [wdun...@tibco.com]
>> Sent: Saturday, January 27, 2018 4:57 PM
>> To: Marsh Ha
From: William Dunlap [wdun...@tibco.com]
> Sent: Saturday, January 27, 2018 4:57 PM
> To: Marsh Hardy ARA/RISK
> Cc: Ulrik Stervbo; Eric Berger; r-help@r-project.org
> Subject: Re: [R] Newbie wants to compare 2 huge RDSs row by row.
>
> If your two objects have class "data.frame&q
r...@gmail.com>]
Sent: Saturday, January 27, 2018 10:00 AM
To: Eric Berger
Cc: Marsh Hardy ARA/RISK; r-help@r-project.org<mailto:r-help@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 w
w #?) of any record where the data
> doesn't match in the 2 files of what should be the same output.
>
> Thanks in advance, M.
>
> //
>
> From: Ulrik Stervbo [ulrik.ster...@gmail.com]
> Sent: Saturday, January 27, 2018 10:00 AM
>
, M.
>
> //
>
> From: Ulrik Stervbo [ulrik.ster...@gmail.com]
> Sent: Saturday, January 27, 2018 10:00 AM
> To: Eric Berger
> Cc: Marsh Hardy ARA/RISK; r-help@r-project.org
> Subject: Re: [R] Newbie wants to compare 2 huge RDSs row by row.
>
h in the 2 files of what should be the same output.
Thanks in advance, M.
//
From: Ulrik Stervbo [ulrik.ster...@gmail.com]
Sent: Saturday, January 27, 2018 10:00 AM
To: Eric Berger
Cc: Marsh Hardy ARA/RISK; r-help@r-project.org
Subject: Re: [R] Newbie want
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 schrieb am Sa., 27. Jan. 2018, 08:18:
> Hi Marsh,
> An RDS is not a data structure such as a data.frame.
Hi Marsh,
An RDS is not a data 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 "RD
Each RDS is 40 MBs. What's a slick code to compare them row by row, IDing row
numbers with mismatches?
Thanks in advance.
//
__
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do re
11 matches
Mail list logo