<div>foi devido a função hms {lubridate}. Instale o pacote lubridate e deve resolver</div><br><div>Att</div><br><br><div class="gmail_quote_attribution">On Sep 8 2021, at 6:27 pm, sznelwar--- por (R-br) <r-br@listas.c3sl.ufpr.br> wrote:</div><blockquote><div><div><span style="color:rgb(0, 51, 255)"><font style="font-size:16px">Tentei rodar e não consegui, sabe dizer o que está acontecendo?</font></span></div><div>> library(tidyverse)</div><div>-- Attaching packages --------------------------------------- tidyverse 1.3.0 --</div><div>v ggplot2 3.3.2     v purrr   0.3.4</div><div>v tibble  3.0.3     v dplyr   1.0.0</div><div>v tidyr   1.1.0     v stringr 1.4.0</div><div>v readr   1.3.1     v forcats 0.5.0</div><div>-- Conflicts ------------------------------------------ tidyverse_conflicts() --</div><div>x dplyr::filter() masks stats::filter()</div><div>x dplyr::lag()    masks stats::lag()</div><div>> </div><div>> dados<-data.frame(eload=c("2014-01-28 00:00:00 154.07","2014-01-28 01:00:00 154.11","2014-01-28 02:00:00 151.83"),</div><div>+                   temp=c(25.000,23.000,21.900))</div><div>> </div><div>> dados_sep <-dados%>%separate(eload,c("data","hora","x"),sep=" ")%>%</div><div>+   mutate(hora=hms(hora))%>%filter(hora>="00:00:00"&hora<="11:00:00")</div><div>Erro: Problem with `mutate()` input `hora`.</div><div>x não foi possível encontrar a função "hms"</div><div>i Input `hora` is `hms(hora)`.</div><div>Run `rlang::last_error()` to see where the error occurred.</div><div>> </div></div><div><div>verdade, não me atentei que a primeira coluna poderia ter as 3 informações</div><div><div>data, hora e o valor de eload</div><div><div class="gmail_signature"><div><div> </div><div><div><span style="color:rgb(7, 55, 99)"><strong><em>Cid Edson Mendonça Póvoas</em></strong></span></div><div> </div><div><strong><em><a>AnovAgro</a></em></strong></div><div><strong><em><span style="color:rgb(7, 55, 99)">Engenheiro Agrônomo - </span></em></strong><em><strong>Data Scientist</strong></em></div><div><div><strong><span style="color:rgb(7, 55, 99)"><em>Técnico em Segurança do Trabalho </em></span></strong></div><div><span style="color:rgb(7, 55, 99)"><em><strong>CREA :</strong></em></span><span style="color:rgb(7, 55, 99)"><em> 051984991-4</em></span></div><div><em><strong>Tel: </strong></em><em>+55 73 99151-9565</em></div><div><span style="color:rgb(7, 55, 99)"><font style="font-size:12.8px"><strong>Lattes : </strong></font></span><span style="color:rgb(7, 55, 99)"><font style="font-size:12.8px"><a>http://lattes.cnpq.br/2303498368142537</a></font></span></div></div><div><div><div><font style="font-size:12.8px"><span style="color:rgb(7, 55, 99)"><strong>LinkedIn :</strong></span></font><font style="font-size:12.8px"><span style="color:rgb(7, 55, 99)"> </span></font><font style="font-size:12.8px"><span style="color:rgb(7, 55, 99)"><a>http://br.linkedin.com/in/cidedson/</a></span></font></div><div><span style="color:rgb(7, 55, 99)"><strong>Whatsapp :</strong></span><span style="color:rgb(7, 55, 99)"> </span><span style="color:rgb(7, 55, 99)"><a>https://wa.me/5573991519565</a></span></div></div></div></div></div></div></div></div></div><div> </div><div class="gmail_quote"><div class="gmail_attr">Em qua., 8 de set. de 2021 às 14:54, Fernando Souza por (R-br) <<a>r-br@listas.c3sl.ufpr.br</a>> escreveu:</div><blockquote><div> </div><div>Consideradndo que dentro da lista há uma dataframe e que as datas estão em uma úncia coluna chamada eload,  o seguinte código deve resolver.</div><div> </div><div>library(tidyverse)</div><div> </div><div>dados<-data.frame(eload=c("2014-01-28 00:00:00 154.07","2014-01-28 01:00:00 154.11","2014-01-28 02:00:00 151.83"),</div><div>                  temp=c(25.000,23.000,21.900))</div><div> </div><div>dados_sep <-dados%>%separate(eload,c("data","hora","x"),sep=" ")%>%</div><div>  mutate(hora=hms(hora))%>%filter(hora>="00:00:00"&hora<="11:00:00")</div><div> </div><div>On Sep 8 2021, at 1:51 pm, Elias Carvalho por (R-br) <<a>r-br@listas.c3sl.ufpr.br</a>> wrote:</div><blockquote><div class="gmail_default"><font style="font-size:small"><font style="font-family:"times new roman", serif">Boa tarde tenho a seguinte lista:</font></font></div><div class="gmail_default"> </div><div class="gmail_default"><div><font style="font-size:small"><font style="font-family:"times new roman", serif">Como faço para extrair apenas as linhas que apresentam o horário entre: "00:00:00" e "11:00:00" ?</font></font></div></div><div> </div><div>--</div><div><div><font style="font-family:"times new roman", serif"><em><font style="font-size:12.8px">In Jesu et Maria</font></em></font></div><div> </div><div><div><font style="font-size:small"><font style="font-family:"times new roman", serif"><em>Obrigado</em></font></font></div><div><font style="font-size:small"><font style="font-family:"times new roman", serif"><em>Prof. Elias Carvalho</em></font></font></div><div> </div><div> </div></div></div></blockquote></blockquote></div><div>_______________________________________________</div><div>R-br mailing list</div><div>R-br@listas.c3sl.ufpr.br</div><div>https://listas.inf.ufpr.br/cgi-bin/mailman/listinfo/r-br</div><div>Leia o guia de postagem (http://www.leg.ufpr.br/r-br-guia) e forneça código mínimo reproduzível.</div></blockquote>