acho que isso deve resolver<div><div><br></div><div>a <- tapply(dt$X2,dt$X1,print)<br></div><div>a</div><br><signature>=========================================<br>Fernando Souza<br>Celular: (31)99796-8781 (Vivo)<br><a href="https://n1.nylas.com/link/19f4a3e12906ea4daaa1e2ea66c9a8254161473bc33cabed71653c45ff64bb06/0?redirect=mailto%3Ae-mail%253Anandodesouza%40gmail.com&recipient=r-br%40listas.c3sl.ufpr.br" target="_blank" style="background-color: rgb(255, 255, 255); outline: 0px; cursor: text;">E-mail:nandodesouza@gmail.com</a><br>==========================================</signature></div><img class="n1-open" width="0" height="0" style="border:0; width:0; height:0;" src="https://n1.nylas.com/open/19f4a3e12906ea4daaa1e2ea66c9a8254161473bc33cabed71653c45ff64bb06?recipient=r-br%40listas.c3sl.ufpr.br">
          <div class="gmail_quote nylas-quote nylas-quote-id-ae1a27516d37bcf5a18f7aea10a00fb35b496a300482a4133ac953795c5cf4ef">
            <br>
            On Out 18 2017, at 12:57 am, andrebvs--- via R-br <r-br@listas.c3sl.ufpr.br> wrote:
            <br>
            <blockquote class="gmail_quote"
              style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
              <div>
<p style="margin: 0px; font-size: 11px; line-height: normal; font-family: Monaco;">Caros colegas, como posso <span style="color: #061a99">alocar (</span>colocar<span style="color: #061a99">) </span>os<span style="color: #061a99"> </span>valores da coluna X2 (dada abaixo<span style="color: #061a99">) </span>de<span style="color: #061a99"> </span>acordo com os valores da<span style="color: #061a99"> </span>coluna X1<span style="color: #061a99">, </span>em que os valores</p>

<p style="margin: 0px; font-size: 11px; line-height: normal; font-family: Monaco;">da coluna X1 são referentes ao índice da lista li. <br />
<br />
Exemplo:</p>

<p style="margin: 0px; font-size: 11px; line-height: normal; font-family: Monaco; min-height: 15px;"> </p>

<p style="margin: 0px; font-size: 11px; line-height: normal; font-family: Monaco; color: rgb(6, 26, 153);"><span style="color: #000000">li</span> <- as.list(rep(<span style="color: #c38809">NA</span>,<span style="color: #045218">10</span>))</p>

<p style="margin: 0px; font-size: 11px; line-height: normal; font-family: Monaco; color: rgb(6, 26, 153);"><span style="color: #000000">dt </span><- data.frame(matrix(c(<span style="color: #045218">2</span>,<span style="color: #045218">5</span>,<span style="color: #045218">6</span>,<span style="color: #045218">6</span>,<span style="color: #045218">7</span>,<span style="color: #045218">9</span>,<span style="color: #045218">9</span>,<span style="color: #045218">9</span>,<span style="color: #045218">49</span>,<span style="color: #045218">76</span>,<span style="color: #045218">95</span>,<span style="color: #045218">33</span>,<span style="color: #045218">19</span>,<span style="color: #045218">51</span>,<span style="color: #045218">15</span>,<span style="color: #045218">22</span>),,<span style="color: #045218">2</span>))<br />
<br />
  X1 X2<br />
1  2 49<br />
2  5 76<br />
3  6 95<br />
4  6 33<br />
5  7 19<br />
6  9 51<br />
7  9 15<br />
8  9 22</p>

<p style="margin: 0px; font-size: 11px; line-height: normal; font-family: Monaco; color: rgb(176, 22, 0); min-height: 15px;"> </p>

<p style="margin: 0px; font-size: 11px; line-height: normal; font-family: Monaco;">Saída desejada<span style="color: #061a99">:</span></p>

<p style="margin: 0px; font-size: 11px; line-height: normal; font-family: Monaco; color: rgb(6, 26, 153); min-height: 15px;"> </p>

<p style="margin: 0px; font-size: 11px; line-height: normal; font-family: Monaco; color: rgb(6, 26, 153);">[[<span style="color: #045218">1</span>]]</p>

<p style="margin: 0px; font-size: 11px; line-height: normal; font-family: Monaco; color: rgb(195, 136, 9);"> NA</p>

<p style="margin: 0px; font-size: 11px; line-height: normal; font-family: Monaco; color: rgb(6, 26, 153); min-height: 15px;"> </p>

<p style="margin: 0px; font-size: 11px; line-height: normal; font-family: Monaco; color: rgb(6, 26, 153);">[[<span style="color: #045218">2</span>]]</p>

<p style="margin: 0px; font-size: 11px; line-height: normal; font-family: Monaco; color: rgb(4, 82, 24);"><span style="color: #c38809"> </span>49</p>

<p style="margin: 0px; font-size: 11px; line-height: normal; font-family: Monaco; color: rgb(6, 26, 153); min-height: 15px;"> </p>

<p style="margin: 0px; font-size: 11px; line-height: normal; font-family: Monaco; color: rgb(6, 26, 153);">[[<span style="color: #045218">3</span>]]</p>

<p style="margin: 0px; font-size: 11px; line-height: normal; font-family: Monaco; color: rgb(195, 136, 9);"> NA</p>

<p style="margin: 0px; font-size: 11px; line-height: normal; font-family: Monaco; color: rgb(6, 26, 153); min-height: 15px;"> </p>

<p style="margin: 0px; font-size: 11px; line-height: normal; font-family: Monaco; color: rgb(6, 26, 153);">[[<span style="color: #045218">4</span>]]</p>

<p style="margin: 0px; font-size: 11px; line-height: normal; font-family: Monaco; color: rgb(195, 136, 9);"> NA</p>

<p style="margin: 0px; font-size: 11px; line-height: normal; font-family: Monaco; color: rgb(6, 26, 153); min-height: 15px;"> </p>

<p style="margin: 0px; font-size: 11px; line-height: normal; font-family: Monaco; color: rgb(6, 26, 153);">[[<span style="color: #045218">5</span>]]</p>

<p style="margin: 0px; font-size: 11px; line-height: normal; font-family: Monaco; color: rgb(4, 82, 24);"><span style="color: #c38809"> </span>76</p>

<p style="margin: 0px; font-size: 11px; line-height: normal; font-family: Monaco; color: rgb(6, 26, 153); min-height: 15px;"> </p>

<p style="margin: 0px; font-size: 11px; line-height: normal; font-family: Monaco; color: rgb(6, 26, 153);">[[<span style="color: #045218">6</span>]]</p>

<p style="margin: 0px; font-size: 11px; line-height: normal; font-family: Monaco; color: rgb(4, 82, 24);"><span style="color: #c38809"> </span>95   33</p>

<p style="margin: 0px; font-size: 11px; line-height: normal; font-family: Monaco; color: rgb(6, 26, 153); min-height: 15px;"> </p>

<p style="margin: 0px; font-size: 11px; line-height: normal; font-family: Monaco; color: rgb(6, 26, 153);">[[<span style="color: #045218">7</span>]]</p>

<p style="margin: 0px; font-size: 11px; line-height: normal; font-family: Monaco; color: rgb(4, 82, 24);"><span style="color: #c38809"> </span>19</p>

<p style="margin: 0px; font-size: 11px; line-height: normal; font-family: Monaco; color: rgb(6, 26, 153); min-height: 15px;"> </p>

<p style="margin: 0px; font-size: 11px; line-height: normal; font-family: Monaco; color: rgb(6, 26, 153);">[[<span style="color: #045218">8</span>]]</p>

<p style="margin: 0px; font-size: 11px; line-height: normal; font-family: Monaco; color: rgb(195, 136, 9);"> NA</p>

<p style="margin: 0px; font-size: 11px; line-height: normal; font-family: Monaco; color: rgb(6, 26, 153); min-height: 15px;"> </p>

<p style="margin: 0px; font-size: 11px; line-height: normal; font-family: Monaco; color: rgb(6, 26, 153);">[[<span style="color: #045218">9</span>]]</p>

<p style="margin: 0px; font-size: 11px; line-height: normal; font-family: Monaco; color: rgb(4, 82, 24);"><span style="color: #c38809"> </span>51   15   22</p>

<p style="margin: 0px; font-size: 11px; line-height: normal; font-family: Monaco; color: rgb(6, 26, 153); min-height: 15px;"> </p>

<p style="margin: 0px; font-size: 11px; line-height: normal; font-family: Monaco; color: rgb(6, 26, 153);">[[<span style="color: #045218">10</span>]]</p>

<p style="margin: 0px; font-size: 11px; line-height: normal; font-family: Monaco; color: rgb(195, 136, 9);"> NA</p>
<br />
desde já agradecido.<br />
<br />
<em>Att.<br />
André</em></div>
<pre class="nylas-plaintext">_______________________________________________
R-br mailing list
R-br@listas.c3sl.ufpr.br
https://listas.inf.ufpr.br/cgi-bin/mailman/listinfo/r-br
Leia o guia de postagem (http://www.leg.ufpr.br/r-br-guia) e forne�a c�digo m�nimo reproduz�vel.</pre>
            </blockquote>
          </div>