I'm sorry, but the previous .html page was only a .txt page so I'm replacing it here:

<a href="http://r.789695.n4.nabble.com/file/n4673378/inputoutput.html" target="_top" rel="nofollow" link="external">inputoutput.html</a>

I have also included the preformatted text below.

Irucka

<pre>
INPUT
big
            y           x               site_no
     1: 14.80           7900            /tried/02437100.exsa.rdb
     2: 14.81           7920            /tried/02437100.exsa.rdb
     3: 14.82           7930            /tried/02437100.exsa.rdb
     4: 14.83           7950            /tried/02437100.exsa.rdb
     5: 14.84           7970            /tried/02437100.exsa.rdb
    ---                                                 
112249: 57.86           2400000         /tried/07289000.exsa.rdb
112250: 57.87           2410000         /tried/07289000.exsa.rdb
112251: 57.88           2410000         /tried/07289000.exsa.rdb
112252: 57.89           2420000         /tried/07289000.exsa.rdb
112253: 57.90           2430000         /tried/07289000.exsa.rdb


aimjoin
     site_no            mean            p50
 1: 02437100            3882.65         1830.0
 2: 02446500            819.82          382.0
 3: 02467000            23742.37        10400.0
 4: 03217500            224.72          50.0
 5: 03219500            496.79          140.0
  ---  
54: 06889000            5632.70         2620.0
55: 06891000            7018.45         3300.0
56: 06893000            52604.19        43200.0
57: 06934500            81758.03        61200.0
58: 07010000            186504.25       147000.0
59: 07289000            755685.30       687000.0
     site_no            mean            p50



INTERMEDIATE
bigintermediate
            y           x               site_no         mean            p50
     1: 14.80           7900            02437100        3882.65         1830.0
     2: 14.81           7920            02437100        3882.65         1830.0
     3: 14.82           7930            02437100        3882.65         1830.0
     4: 14.83           7950            02437100        3882.65         1830.0
     5: 14.84           7970            02437100        3882.65         1830.0
    ---                                                 
112249: 57.86           2400000         07289000        755685.30       687000.0
112250: 57.87           2410000         07289000        755685.30       687000.0
112251: 57.88           2410000         07289000        755685.30       687000.0
112252: 57.89           2420000         07289000        755685.30       687000.0
112253: 57.90           2430000         07289000        755685.30       687000.0



OUTPUT
bigintermean [where mean of site_no > min(x)]
            y           x               site_no         mean     
    ---   
    
 ...   
112249: 57.86           2400000         07289000        755685.30
112250: 57.87           2410000         07289000        755685.30
112251: 57.88           2410000         07289000        755685.30
112252: 57.89           2420000         07289000        755685.30
112253: 57.90           2430000         07289000        755685.30

total of 109,452 rows



bigintermedian [where p50 of site_no > min(x)]
            y           x               site_no         p50
    ---   
    
 ...   
112249: 57.86           2400000         07289000        687000.0
112250: 57.87           2410000         07289000        687000.0
112251: 57.88           2410000         07289000        687000.0
112252: 57.89           2420000         07289000        687000.0
112253: 57.90           2430000         07289000        687000.0

total of 109,452 rows




bigextramean [where mean of site_no < min(x)]
            y           x               site_no         mean    
     1: 14.80           7900            02437100        3882.65 
     2: 14.81           7920            02437100        3882.65  
     3: 14.82           7930            02437100        3882.65  
     4: 14.83           7950            02437100        3882.65 
     5: 14.84           7970            02437100        3882.65

total of 2671 rows


bigextramedian [where p50 of site_no < min(x)]
            y           x               site_no         p50
     1: 14.80           7900            02437100        1830.0
     2: 14.81           7920            02437100        1830.0
     3: 14.82           7930            02437100        1830.0
     4: 14.83           7950            02437100        1830.0
     5: 14.84           7970            02437100        1830.0

total of 2671 rows



bigextrameanmax [where mean of site_no > max(x)]
            y           x               site_no         mean    
     1: 14.80           7900            02437100        3882.65 
     2: 14.81           7920            02437100        3882.65  
     3: 14.82           7930            02437100        3882.65  
     4: 14.83           7950            02437100        3882.65 
     5: 14.84           7970            02437100        3882.65

total of 2671 rows


bigextramedianmax [where p50 of site_no > max(x)]
            y           x               site_no         p50
     1: 14.80           7900            02437100        1830.0
     2: 14.81           7920            02437100        1830.0
     3: 14.82           7930            02437100        1830.0
     4: 14.83           7950            02437100        1830.0
     5: 14.84           7970            02437100        1830.0

total of 2671 rows
</pre>

        
        
        
<br/><hr align="left" width="300" />
View this message in context: <a href="http://r.789695.n4.nabble.com/subset-between-data-table-list-and-single-data-table-object-tp4673202p4673378.html">Re: subset between data.table list and single data.table object</a><br/>
Sent from the <a href="http://r.789695.n4.nabble.com/datatable-help-f2315188.html">datatable-help mailing list archive</a> at Nabble.com.<br/>