<div dir="ltr">Not having to type `DT` twice would increase readability/reduce errors, especially that real-life data.tables have much longer names. There was a related FR to this which suggested incorporating regex and wildcard syntax - not sure what happened to it.</div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Feb 10, 2015 at 3:45 PM, Arunkumar Srinivasan <span dir="ltr"><<a href="mailto:aragorn168b@gmail.com" target="_blank">aragorn168b@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word"><div><p>Mel,</p>

<p>The usage would be something like:</p>

<pre><code>DT[, from:to, with=FALSE]
# or
DT[, .SD, .SDcols = from:to]
</code></pre>

<p>where <code>from</code> and <code>to</code> are the start and end column names. I agree there’s no real advantage in terms of typing/prone to errors.</p>

<p>There might be some merit in readability, as people normally remember column names and not numbers… And this allows you to refer to the names directly without having to type <code>DT</code> and then look up the column or use a <code>match()</code> to find out the column programatically or do:</p>

<pre><code>DT[, .SD, .SDcols = names(DT)[some_idx]]
</code></pre><span class="HOEnZb"><font color="#888888">

<p></p></font></span></div><div><span class="HOEnZb"><font color="#888888"><div style="font-family:Helvetica,Arial;font-size:13px;color:rgba(0,0,0,1.0);margin:0px;line-height:auto"><br></div> <br> <div><div style="font-family:helvetica,arial;font-size:13px">-- <br>Arun</div></div></font></span><div><div class="h5"> <br><p style="color:#000">On 10 Feb 2015 at 22:39:14, Bacou, Melanie (<a href="mailto:mel@mbacou.com" target="_blank">mel@mbacou.com</a>) wrote:</p> <blockquote type="cite"><span><div bgcolor="#FFFFFF" text="#000000"><div></div><div>







<div>
<p style="margin:1.2em 0px!important">Everyone,</p>
<p style="margin:1.2em 0px!important">The <code style="font-size:0.85em;font-family:Consolas,Inconsolata,Courier,monospace;margin:0px 0.15em;padding:0px 0.3em;white-space:nowrap;border:1px solid rgb(234,234,234);background-color:rgb(248,248,248);border-radius:3px;display:inline">
varA...varZ</code> construct is borrowed from STATA syntax.
Probably a reason why it got into subset() in the first place,
though definitely not very R-like. In fact I’ve never come across
this construct in R before and had no idea it was actually working
either!</p>
<p style="margin:1.2em 0px!important">I’m not sure <code style="font-size:0.85em;font-family:Consolas,Inconsolata,Courier,monospace;margin:0px 0.15em;padding:0px 0.3em;white-space:nowrap;border:1px solid rgb(234,234,234);background-color:rgb(248,248,248);border-radius:3px;display:inline">
dt[, .SD, .SDcols=list(varA...varZ)]</code> is less typing, less
prone to error, or more readable than <code style="font-size:0.85em;font-family:Consolas,Inconsolata,Courier,monospace;margin:0px 0.15em;padding:0px 0.3em;white-space:nowrap;border:1px solid rgb(234,234,234);background-color:rgb(248,248,248);border-radius:3px;display:inline">
dt[, .SD, .SDcols=names(dt)[1:24]</code> and using indices is also
more flexible (what about if we want more complex sequences). I can
see one use case for this syntax though if <code style="font-size:0.85em;font-family:Consolas,Inconsolata,Courier,monospace;margin:0px 0.15em;padding:0px 0.3em;white-space:nowrap;border:1px solid rgb(234,234,234);background-color:rgb(248,248,248);border-radius:3px;display:inline">
dt</code> might change over time but variables always come in known
sequences.</p>
<p style="margin:1.2em 0px!important">Not sure we should really
encourage it — but agreed with Arun, if it’s in base::subset() then
no reason why not.</p>
<p style="margin:1.2em 0px!important">—Mel.</p>
<p style="margin:1.2em 0px!important">On 2/10/2015 1:50 PM,
Arunkumar Srinivasan wrote:</p>
<blockquote style="margin:1.2em 0px;border-left:4px solid rgb(221,221,221);padding:0px 1em;color:rgb(119,119,119);quotes:none">
<p style="margin:1.2em 0px!important">I had the same reaction
when I found out ‘subset’ already did this :-).</p>
<h2 style="margin:1.3em 0px 1em;padding:0px;font-weight:bold;font-size:1.4em;border-bottom:1px solid rgb(204,204,204)">
I’ve the same impression that it’s a bit odd, even though some
people prefer it..</h2>
<p style="margin:1.2em 0px!important">Arun</p>
<p style="margin:1.2em 0px!important">On 10 Feb 2015 at
19:39:29, Chris Neff (<a href="mailto:caneff@gmail.com" target="_blank">caneff@gmail.com</a>) wrote:</p>
<blockquote style="margin:1.2em 0px;border-left:4px solid rgb(221,221,221);padding:0px 1em;color:rgb(119,119,119);quotes:none">
<p style="margin:1.2em 0px!important">Wow, didn’t realize that
worked! So there is precedent then. It just looks funny to me, but
you are right it is easily avoided. I just didn’t want to see more
divergence from subset and data.frame logic, but since this already
works with subset that’s fine.<br>
On Tue Feb 10 2015 at 1:34:03 PM Arunkumar Srinivasan <a href="http://mailto:aragorn168b@gmail.com" target="_blank">aragorn168b@gmail.com</a>
wrote:</p>
<pre style="font-size:0.85em;font-family:Consolas,Inconsolata,Courier,monospace;font-size:1em;line-height:1.2em;overflow:auto;margin:1.2em 0px"><code style="font-size:0.85em;font-family:Consolas,Inconsolata,Courier,monospace;margin:0px 0.15em;padding:0px 0.3em;white-space:nowrap;border:1px solid rgb(234,234,234);background-color:rgb(248,248,248);border-radius:3px;display:inline;white-space:pre-wrap;border-radius:3px;border:1px solid rgb(204,204,204);padding:0.5em 0.7em;display:block;padding:0.5em;color:rgb(51,51,51);background:none repeat scroll 0% 0% rgb(248,248,255)">Chris,
But what’s the problem? You can simply not use it?
It’s not that uncommon. `base::subset()` does this.
--  
Arun

On 10 Feb 2015 at 19:31:43, Chris Neff (<a href="mailto:caneff@gmail.com" target="_blank">caneff@gmail.com</a>) wrote:
</code>
</pre>
<blockquote style="margin:1.2em 0px;border-left:4px solid rgb(221,221,221);padding:0px 1em;color:rgb(119,119,119);quotes:none">
<pre style="font-size:0.85em;font-family:Consolas,Inconsolata,Courier,monospace;font-size:1em;line-height:1.2em;overflow:auto;margin:1.2em 0px"><code style="font-size:0.85em;font-family:Consolas,Inconsolata,Courier,monospace;margin:0px 0.15em;padding:0px 0.3em;white-space:nowrap;border:1px solid rgb(234,234,234);background-color:rgb(248,248,248);border-radius:3px;display:inline;white-space:pre-wrap;border-radius:3px;border:1px solid rgb(204,204,204);padding:0.5em 0.7em;display:block;padding:0.5em;color:rgb(51,51,51);background:none repeat scroll 0% 0% rgb(248,248,255)">I don't like this idea. It adds extra that it doesn't need to.  Doing it with column numbers is more straightforward, and if all you have is names you can get numbers by doing match() or whatever and then getting the sequence with seq(). Having a sequence of column names is odd.
On Tue Feb 10 2015 at 1:28:25 PM Arunkumar Srinivasan <a href="mailto:aragorn168b@gmail.com" target="_blank"><aragorn168b@gmail.com></a> wrote:

    Farrel,
    It could be useful. Please file an issue on the github project page. Thanks.
    --  
    Arun

    On 10 Feb 2015 at 01:08:46, Farrel Buchinsky (<a href="mailto:fjbuch@gmail.com" target="_blank">fjbuch@gmail.com</a>) wrote:
</code>
</pre>
<blockquote style="margin:1.2em 0px;border-left:4px solid rgb(221,221,221);padding:0px 1em;color:rgb(119,119,119);quotes:none">
<pre style="font-size:0.85em;font-family:Consolas,Inconsolata,Courier,monospace;font-size:1em;line-height:1.2em;overflow:auto;margin:1.2em 0px"><code style="font-size:0.85em;font-family:Consolas,Inconsolata,Courier,monospace;margin:0px 0.15em;padding:0px 0.3em;white-space:nowrap;border:1px solid rgb(234,234,234);background-color:rgb(248,248,248);border-radius:3px;display:inline;white-space:pre-wrap;border-radius:3px;border:1px solid rgb(204,204,204);padding:0.5em 0.7em;display:block;padding:0.5em;color:rgb(51,51,51);background:none repeat scroll 0% 0% rgb(248,248,255)">    So lets say one has a data.table with the following columns
    <a href="http://first.name" target="_blank">first.name</a>, <a href="http://last.name" target="_blank">last.name</a>, height, weight, shoe.size, eye.color, hair.length, appendage.size, ear.length
    If one wanted to just include weight through hair.length one would have to go something such as this
    dt[,list(weight, shoe.size, eye.color, hair.length)]
    Is there a way to do something along the lines of
    dt[,list(weight...hair.length)]
    If so, can you direct me to the documentation? If not can you build it? Is it difficult? Some data.tables have many columns.
    Thanking you in anticipation.
    Farrel
    _______________________________________________
    datatable-help mailing list
    <a href="mailto:datatable-help@lists.r-forge.r-project.org" target="_blank">datatable-help@lists.r-forge.r-project.org</a>
    <a href="https://lists.r-forge.r-project.org/cgi-bin/mailman/listinfo/datatable-help" target="_blank">https://lists.r-forge.r-project.org/cgi-bin/mailman/listinfo/datatable-help</a>
    _______________________________________________
    datatable-help mailing list
    <a href="mailto:datatable-help@lists.r-forge.r-project.org" target="_blank">datatable-help@lists.r-forge.r-project.org</a>
    <a href="https://lists.r-forge.r-project.org/cgi-bin/mailman/listinfo/datatable-help" target="_blank">https://lists.r-forge.r-project.org/cgi-bin/mailman/listinfo/datatable-help</a>
</code>
</pre></blockquote>
<hr>
<p style="margin:1.2em 0px!important">datatable-help mailing
list<br>
<a href="mailto:datatable-help@lists.r-forge.r-project.org" target="_blank">datatable-help@lists.r-forge.r-project.org</a><br>

<a href="https://lists.r-forge.r-project.org/cgi-bin/mailman/listinfo/datatable-help" target="_blank">
https://lists.r-forge.r-project.org/cgi-bin/mailman/listinfo/datatable-help</a></p>
</blockquote>
</blockquote>
</blockquote>
<div title="MDH:RXZlcnlvbmUsPGJyPjxicj5UaGUgYHZhckEuLi52YXJaYCBjb25zdHJ1Y3QgaXMgYm9ycm93ZWQgZnJvbSBTVEFUQSBzeW50YXguIFByb2JhYmx5IGEgcmVhc29uIHdoeSBpdCBnb3QgaW50byBzdWJz ZXQoKSBpbiB0aGUgZmlyc3QgcGxhY2UsIHRob3VnaCBkZWZpbml0ZWx5IG5vdCB2ZXJ5IFItbGlr ZS4gSW4gZmFjdCBJJ3ZlIG5ldmVyIGNvbWUgYWNyb3NzIHRoaXMgY29uc3RydWN0IGluIFIgYmVm b3JlIGFuZCBoYWQgbm8gaWRlYSBpdCB3YXMgYWN0dWFsbHkgd29ya2luZyBlaXRoZXIhPGJyPjxi cj5JJ20gbm90IHN1cmUgYGR0WywgLlNELCAuU0Rjb2xzPWxpc3QodmFyQS4uLnZhclopXWAgaXMg bGVzcyB0eXBpbmcsIGxlc3MgcHJvbmUgdG8gZXJyb3IsIG9yIG1vcmUgcmVhZGFibGUgdGhhbiBg ZHRbLCAuU0QsIC5TRGNvbHM9bmFtZXMoZHQpWzE6MjRdYCBhbmQgdXNpbmcgaW5kaWNlcyBpcyBh bHNvIG1vcmUgZmxleGlibGUgKHdoYXQgYWJvdXQgaWYgd2Ugd2FudCBtb3JlIGNvbXBsZXggc2Vx dWVuY2VzKS4gSSBjYW4gc2VlIG9uZSB1c2UgY2FzZSBmb3IgdGhpcyBzeW50YXggdGhvdWdoIGlm IGBkdGAgbWlnaHQgY2hhbmdlIG92ZXIgdGltZSBidXQgdmFyaWFibGVzIGFsd2F5cyBjb21lIGlu IGtub3duIHNlcXVlbmNlcy48YnI+PGJyPk5vdCBzdXJlIHdlIHNob3VsZCByZWFsbHkgZW5jb3Vy YWdlIGl0IC0tIGJ1dCBhZ3JlZWQgd2l0aCBBcnVuLCBpZiBpdCdzIGluIGJhc2U6OnN1YnNldCgp IHRoZW4gbm8gcmVhc29uIHdoeSBub3QuPGJyPjxicj4tLU1lbC48YnI+PGJyPk9uIDIvMTAvMjAx NSAxOjUwIFBNLCBBcnVua3VtYXIgU3Jpbml2YXNhbiB3cm90ZTo8YnI+Jmd0OyBJIGhhZCB0aGUg c2FtZSByZWFjdGlvbiB3aGVuIEkgZm91bmQgb3V0IOKAmHN1YnNldOKAmSBhbHJlYWR5IGRpZCB0 aGlzIDotKS48YnI+Jmd0OyBJ4oCZdmUgdGhlIHNhbWUgaW1wcmVzc2lvbiB0aGF0IGl04oCZcyBh IGJpdCBvZGQsIGV2ZW4gdGhvdWdoIHNvbWUgcGVvcGxlIHByZWZlciBpdC4uIDxicj4mZ3Q7IC0t IDxicj4mZ3Q7IEFydW48YnI+Jmd0Ozxicj4mZ3Q7IE9uIDEwIEZlYiAyMDE1IGF0IDE5OjM5OjI5 LCBDaHJpcyBOZWZmIChjYW5lZmZAZ21haWwuY29tKSB3cm90ZTo8YnI+Jmd0OyZndDsgV293LCBk aWRuJ3QgcmVhbGl6ZSB0aGF0IHdvcmtlZCEgU28gdGhlcmUgaXMgcHJlY2VkZW50IHRoZW4uwqAg SXQganVzdCBsb29rcyBmdW5ueSB0byBtZSwgYnV0IHlvdSBhcmUgcmlnaHQgaXQgaXMgZWFzaWx5 IGF2b2lkZWQuwqAgSSBqdXN0IGRpZG4ndCB3YW50IHRvIHNlZSBtb3JlIGRpdmVyZ2VuY2UgZnJv bSBzdWJzZXQgYW5kIGRhdGEuZnJhbWUgbG9naWMsIGJ1dCBzaW5jZSB0aGlzIGFscmVhZHkgd29y a3Mgd2l0aCBzdWJzZXQgdGhhdCdzIGZpbmUuPGJyPiZndDsmZ3Q7IE9uIFR1ZSBGZWIgMTAgMjAx NSBhdCAxOjM0OjAzIFBNIEFydW5rdW1hciBTcmluaXZhc2FuICZsdDthcmFnb3JuMTY4YkBnbWFp bC5jb20mZ3Q7IHdyb3RlOjxicj4mZ3Q7Jmd0Ozxicj4mZ3Q7Jmd0O8KgwqDCoMKgIENocmlzLDxi cj4mZ3Q7Jmd0O8KgwqDCoMKgIEJ1dCB3aGF04oCZcyB0aGUgcHJvYmxlbT8gWW91IGNhbiBzaW1w bHkgbm90IHVzZSBpdD88YnI+Jmd0OyZndDvCoMKgwqDCoCBJdOKAmXMgbm90IHRoYXQgdW5jb21t b24uIGBiYXNlOjpzdWJzZXQoKWAgZG9lcyB0aGlzLjxicj4mZ3Q7Jmd0O8KgwqDCoMKgIC0tIDxi cj4mZ3Q7Jmd0O8KgwqDCoMKgIEFydW48YnI+Jmd0OyZndDs8YnI+Jmd0OyZndDvCoMKgwqDCoCBP biAxMCBGZWIgMjAxNSBhdCAxOTozMTo0MywgQ2hyaXMgTmVmZiAoY2FuZWZmQGdtYWlsLmNvbSkg d3JvdGU6PGJyPiZndDsmZ3Q7Jmd0O8KgwqDCoMKgIEkgZG9uJ3QgbGlrZSB0aGlzIGlkZWEuIEl0 IGFkZHMgZXh0cmEgdGhhdCBpdCBkb2Vzbid0IG5lZWQgdG8uwqAgRG9pbmcgaXQgd2l0aCBjb2x1 bW4gbnVtYmVycyBpcyBtb3JlIHN0cmFpZ2h0Zm9yd2FyZCwgYW5kIGlmIGFsbCB5b3UgaGF2ZSBp cyBuYW1lcyB5b3UgY2FuIGdldCBudW1iZXJzIGJ5IGRvaW5nIG1hdGNoKCkgb3Igd2hhdGV2ZXIg YW5kIHRoZW4gZ2V0dGluZyB0aGUgc2VxdWVuY2Ugd2l0aCBzZXEoKS4gSGF2aW5nIGEgc2VxdWVu Y2Ugb2YgY29sdW1uIG5hbWVzIGlzIG9kZC48YnI+Jmd0OyZndDsmZ3Q7wqDCoMKgwqAgT24gVHVl IEZlYiAxMCAyMDE1IGF0IDE6Mjg6MjUgUE0gQXJ1bmt1bWFyIFNyaW5pdmFzYW4gJmx0O2FyYWdv cm4xNjhiQGdtYWlsLmNvbSZndDsgd3JvdGU6PGJyPiZndDsmZ3Q7Jmd0Ozxicj4mZ3Q7Jmd0OyZn dDvCoMKgwqDCoMKgwqDCoMKgIEZhcnJlbCw8YnI+Jmd0OyZndDsmZ3Q7wqDCoMKgwqDCoMKgwqDC oCBJdCBjb3VsZCBiZSB1c2VmdWwuIFBsZWFzZSBmaWxlIGFuIGlzc3VlIG9uIHRoZSBnaXRodWIg cHJvamVjdCBwYWdlLiBUaGFua3MuPGJyPiZndDsmZ3Q7Jmd0O8KgwqDCoMKgwqDCoMKgwqAgLS0g PGJyPiZndDsmZ3Q7Jmd0O8KgwqDCoMKgwqDCoMKgwqAgQXJ1bjxicj4mZ3Q7Jmd0OyZndDs8YnI+ Jmd0OyZndDsmZ3Q7wqDCoMKgwqDCoMKgwqDCoCBPbiAxMCBGZWIgMjAxNSBhdCAwMTowODo0Niwg RmFycmVsIEJ1Y2hpbnNreSAoZmpidWNoQGdtYWlsLmNvbSkgd3JvdGU6PGJyPiZndDsmZ3Q7Jmd0 OyZndDvCoMKgwqDCoMKgwqDCoMKgIFNvIGxldHMgc2F5IG9uZSBoYXMgYSBkYXRhLnRhYmxlIHdp dGggdGhlIGZvbGxvd2luZyBjb2x1bW5zPGJyPiZndDsmZ3Q7Jmd0OyZndDvCoMKgwqDCoMKgwqDC oMKgIGZpcnN0Lm5hbWUsIGxhc3QubmFtZSwgaGVpZ2h0LCB3ZWlnaHQsIHNob2Uuc2l6ZSwgZXll LmNvbG9yLCBoYWlyLmxlbmd0aCwgYXBwZW5kYWdlLnNpemUsIGVhci5sZW5ndGg8YnI+Jmd0OyZn dDsmZ3Q7Jmd0O8KgwqDCoMKgwqDCoMKgwqAgSWYgb25lIHdhbnRlZCB0byBqdXN0IGluY2x1ZGUg d2VpZ2h0IHRocm91Z2ggaGFpci5sZW5ndGggb25lIHdvdWxkIGhhdmUgdG8gZ28gc29tZXRoaW5n IHN1Y2ggYXMgdGhpczxicj4mZ3Q7Jmd0OyZndDsmZ3Q7wqDCoMKgwqDCoMKgwqDCoCBkdFssbGlz dCh3ZWlnaHQsIHNob2Uuc2l6ZSwgZXllLmNvbG9yLCBoYWlyLmxlbmd0aCldPGJyPiZndDsmZ3Q7 Jmd0OyZndDvCoMKgwqDCoMKgwqDCoMKgIElzIHRoZXJlIGEgd2F5IHRvIGRvIHNvbWV0aGluZyBh bG9uZyB0aGUgbGluZXMgb2Y8YnI+Jmd0OyZndDsmZ3Q7Jmd0O8KgwqDCoMKgwqDCoMKgwqAgZHRb LGxpc3Qod2VpZ2h0Li4uaGFpci5sZW5ndGgpXTxicj4mZ3Q7Jmd0OyZndDsmZ3Q7wqDCoMKgwqDC oMKgwqDCoCBJZiBzbywgY2FuIHlvdSBkaXJlY3QgbWUgdG8gdGhlIGRvY3VtZW50YXRpb24/IElm IG5vdCBjYW4geW91IGJ1aWxkIGl0PyBJcyBpdCBkaWZmaWN1bHQ/IFNvbWUgZGF0YS50YWJsZXMg aGF2ZSBtYW55IGNvbHVtbnMuPGJyPiZndDsmZ3Q7Jmd0OyZndDvCoMKgwqDCoMKgwqDCoMKgIFRo YW5raW5nIHlvdSBpbiBhbnRpY2lwYXRpb24uPGJyPiZndDsmZ3Q7Jmd0OyZndDvCoMKgwqDCoMKg wqDCoMKgIEZhcnJlbDxicj4mZ3Q7Jmd0OyZndDsmZ3Q7wqDCoMKgwqDCoMKgwqDCoCBfX19fX19f X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fXzxicj4mZ3Q7Jmd0OyZndDsm Z3Q7wqDCoMKgwqDCoMKgwqDCoCBkYXRhdGFibGUtaGVscCBtYWlsaW5nIGxpc3Q8YnI+Jmd0OyZn dDsmZ3Q7Jmd0O8KgwqDCoMKgwqDCoMKgwqAgZGF0YXRhYmxlLWhlbHBAbGlzdHMuci1mb3JnZS5y LXByb2plY3Qub3JnPGJyPiZndDsmZ3Q7Jmd0OyZndDvCoMKgwqDCoMKgwqDCoMKgIGh0dHBzOi8v bGlzdHMuci1mb3JnZS5yLXByb2plY3Qub3JnL2NnaS1iaW4vbWFpbG1hbi9saXN0aW5mby9kYXRh dGFibGUtaGVscDxicj4mZ3Q7Jmd0OyZndDvCoMKgwqDCoMKgwqDCoMKgIF9fX19fX19fX19fX19f X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fPGJyPiZndDsmZ3Q7Jmd0O8KgwqDCoMKg wqDCoMKgwqAgZGF0YXRhYmxlLWhlbHAgbWFpbGluZyBsaXN0PGJyPiZndDsmZ3Q7Jmd0O8KgwqDC oMKgwqDCoMKgwqAgZGF0YXRhYmxlLWhlbHBAbGlzdHMuci1mb3JnZS5yLXByb2plY3Qub3JnPGJy PiZndDsmZ3Q7Jmd0O8KgwqDCoMKgwqDCoMKgwqAgaHR0cHM6Ly9saXN0cy5yLWZvcmdlLnItcHJv amVjdC5vcmcvY2dpLWJpbi9tYWlsbWFuL2xpc3RpbmZvL2RhdGF0YWJsZS1oZWxwPGJyPiZndDsm Z3Q7Jmd0Ozxicj4mZ3Q7IF9fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19f X19fX19fPGJyPiZndDsgZGF0YXRhYmxlLWhlbHAgbWFpbGluZyBsaXN0PGJyPiZndDsgZGF0YXRh YmxlLWhlbHBAbGlzdHMuci1mb3JnZS5yLXByb2plY3Qub3JnPGJyPiZndDsgaHR0cHM6Ly9saXN0 cy5yLWZvcmdlLnItcHJvamVjdC5vcmcvY2dpLWJpbi9tYWlsbWFuL2xpc3RpbmZvL2RhdGF0YWJs ZS1oZWxwPGJyPg==" style="min-height:0;width:0;max-height:0;max-width:0;overflow:hidden;font-size:0em;padding:0;margin:0">
​</div>
</div>
--<br>
Melanie BACOU<br>
International Food Policy Research Institute<br>
Snr. Program Manager, HarvestChoice<br>
Work <a href="tel:%2B1%28202%29862-5699" value="+12028625699" target="_blank">+1(202)862-5699</a><br>
E-mail <a href="mailto:m.bacou@cgiar.org" target="_blank">m.bacou@cgiar.org</a><br>
Visit <a href="http://www.harvestchoice.org" target="_blank">www.harvestchoice.org</a><br>


</div></div></span></blockquote></div></div></div><div><p></p></div></div><br>_______________________________________________<br>
datatable-help mailing list<br>
<a href="mailto:datatable-help@lists.r-forge.r-project.org">datatable-help@lists.r-forge.r-project.org</a><br>
<a href="https://lists.r-forge.r-project.org/cgi-bin/mailman/listinfo/datatable-help" target="_blank">https://lists.r-forge.r-project.org/cgi-bin/mailman/listinfo/datatable-help</a><br></blockquote></div><br></div>