<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<p>Prezados,</p>
<p>Tenho este data frame:</p>
<p><br>
</p>
<p>
<style type="text/css">
body,div,table,thead,tbody,tfoot,tr,th,td,p { font-family:"Liberation Sans"; font-size:x-small }
a.comment-indicator:hover + comment { background:#ffd; position:absolute; display:block; border:1px solid black; padding:0.5em; }
a.comment-indicator { background:red; display:inline-block; border:1px solid black; width:0.5em; height:0.5em; }
comment { display:none; }
</style> </p>
<table border="0" cellspacing="0">
<colgroup width="227"></colgroup> <colgroup width="85"></colgroup>
<tbody>
<tr>
<td height="17" align="left">intervalo1</td>
<td align="left">intervalo2</td>
</tr>
<tr>
<td height="17" align="left"> -10m -17d 0H 0M 0S</td>
<td align="left"> 1d 0H 0M 0S</td>
</tr>
<tr>
<td height="17" align="left"> -5m -26d 0H 0M 0S</td>
<td align="left"> 2d 0H 0M 0S</td>
</tr>
<tr>
<td height="17" align="left"> -5m -26d 0H 0M 0S</td>
<td align="left"> 2d 0H 0M 0S</td>
</tr>
<tr>
<td height="17" align="left"> -12d 0H 0M 0S</td>
<td align="left"> 3d 0H 0M 0S</td>
</tr>
<tr>
<td height="17" align="left"> -3d 0H 0M 0S</td>
<td align="left"> 3d 0H 0M 0S</td>
</tr>
<tr>
<td height="17" align="left"> -1d 0H 0M 0S</td>
<td align="left"> 3d 0H 0M 0S</td>
</tr>
<tr>
<td height="17" align="left"> -1d 0H 0M 0S</td>
<td align="left"> 4d 0H 0M 0S</td>
</tr>
<tr>
<td height="17" align="left"> -1d 0H 0M 0S</td>
<td align="left"> 4d 0H 0M 0S</td>
</tr>
<tr>
<td height="17" align="left"> 0S</td>
<td align="left"> 4d 0H 0M 0S</td>
</tr>
</tbody>
</table>
<p><br>
</p>
<p>Quero criar um outro que junte estas duas variáveis em uma. Numa
terceira variavel no mesmo data frame ou em uma variavel noutro
datra frame.<br>
</p>
<p>
<style type="text/css">
body,div,table,thead,tbody,tfoot,tr,th,td,p { font-family:"Liberation Sans"; font-size:x-small }
a.comment-indicator:hover + comment { background:#ffd; position:absolute; display:block; border:1px solid black; padding:0.5em; }
a.comment-indicator { background:red; display:inline-block; border:1px solid black; width:0.5em; height:0.5em; }
comment { display:none; }
</style> </p>
<table border="0" cellspacing="0">
<colgroup width="227"></colgroup> <tbody>
<tr>
<td height="17" align="left">intervalo3</td>
</tr>
<tr>
<td height="17" align="left"> -10m -17d 0H 0M 0S</td>
</tr>
<tr>
<td height="17" align="left"> -5m -26d 0H 0M 0S</td>
</tr>
<tr>
<td height="17" align="left"> -5m -26d 0H 0M 0S</td>
</tr>
<tr>
<td height="17" align="left"> -12d 0H 0M 0S</td>
</tr>
<tr>
<td height="17" align="left"> -3d 0H 0M 0S</td>
</tr>
<tr>
<td height="17" align="left"> -1d 0H 0M 0S</td>
</tr>
<tr>
<td height="17" align="left"> -1d 0H 0M 0S</td>
</tr>
<tr>
<td height="17" align="left"> -1d 0H 0M 0S</td>
</tr>
<tr>
<td height="17" align="left"> 0S</td>
</tr>
<tr>
<td height="17" align="left"> 1d 0H 0M 0S</td>
</tr>
<tr>
<td height="17" align="left"> 2d 0H 0M 0S</td>
</tr>
<tr>
<td height="17" align="left"> 2d 0H 0M 0S</td>
</tr>
<tr>
<td height="17" align="left"> 3d 0H 0M 0S</td>
</tr>
<tr>
<td height="17" align="left"> 3d 0H 0M 0S</td>
</tr>
<tr>
<td height="17" align="left"> 3d 0H 0M 0S</td>
</tr>
<tr>
<td height="17" align="left"> 4d 0H 0M 0S</td>
</tr>
<tr>
<td height="17" align="left"> 4d 0H 0M 0S</td>
</tr>
<tr>
<td height="17" align="left"> 4d 0H 0M 0S</td>
</tr>
</tbody>
</table>
<p>Agradeço a ajuda.<br>
</p>
<p><br>
</p>
<p><br>
</p>
<p><br>
</p>
<p><br>
</p>
<p>
<style type="text/css">
body,div,table,thead,tbody,tfoot,tr,th,td,p { font-family:"Liberation Sans"; font-size:x-small }
a.comment-indicator:hover + comment { background:#ffd; position:absolute; display:block; border:1px solid black; padding:0.5em; }
a.comment-indicator { background:red; display:inline-block; border:1px solid black; width:0.5em; height:0.5em; }
comment { display:none; }
</style></p>
</body>
</html>