<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><span></span><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><span>
</span>>but it looked like<br>
>you were suggesting that (for instance) the ID column in the data<br>
>frame would only be specified by numeric index.<br></blockquote><div><br>The parameter idField is only used to allow the user to specify a column whose row values will be used as unique identifiers. If it's required to index the idField then it should be separately included in the indexFields list as shown below.<br><br>indexFields <-list( list(0,"S","id_NUMBER"), list(2,"S","Title"), list(8,"XD","Description"))<br><br>Note: the structure of arguments to indexFields parameter was slightly changed and follows the format shown above. <br><br></div><div>Best regards,<br></div><div>Amanda<br></div></div><br></div></div>