> msleep <- read.csv("msleep_ggplot2.csv") > head(msleep) name genus vore order conservation sleep_total 1 Cheetah Acinonyx carni Carnivora lc 12.1 2 Owl monkey Aotus omni Primates <NA> 17.0 3 Mountain beaver Aplodontia herbi Rodentia nt 14.4 4 Greater short-tailed shrew Blarina omni Soricomorpha lc 14.9 5 Cow Bos herbi Artiodactyla domesticated 4.0 6 Three-toed sloth Bradypus herbi Pilosa <NA> 14.4 sleep_rem sleep_cycle awake brainwt bodywt 1 NA NA 11.9 NA 50.000 2 1.8 NA 7.0 0.01550 0.480 3 2.4 NA 9.6 NA 1.350 4 2.3 0.1333333 9.1 0.00029 0.019 5 0.7 0.6666667 20.0 0.42300 600.000 6 2.2 0.7666667 9.6 NA 3.850 > msleep %>% arrange(order) %>% head Error in arrange(., order) : could not find function "arrange"
--
You received this message because you are subscribed to the Google Groups "manipulatr" group.
To unsubscribe from this group and stop receiving emails from it, send an email to manipulatr+unsubscribe@googlegroups.com.
To post to this group, send email to manip...@googlegroups.com.
Visit this group at https://groups.google.com/group/manipulatr.
For more options, visit https://groups.google.com/d/optout.
Hello Brandon,
Thanks for the response…..I determined that the system was looking for a package called ‘pillar’…..once pillar was installed, a successful load of dplyr went through, and the arrange function works well again…..I really appreciate the follow through on this!
Best regards,
Tom Turner
Sent from Mail for Windows 10
--
To unsubscribe from this group and stop receiving emails from it, send an email to manipulatr+...@googlegroups.com.
Hello Brandon,
Thanks for the response…..I determined that the system was looking for a package called ‘pillar’…..once pillar was installed, a successful load of dplyr went through, and the arrange function works well again…..I really appreciate the follow through on this!
Best regards,
Tom Turner
--
You received this message because you are subscribed to the Google Groups "manipulatr" group.
To unsubscribe from this group and stop receiving emails from it, send an email to manipulatr+unsubscribe@googlegroups.com.
Hello Jim,
Yes, I think I needed to correct my library path to the package….thanks much,
Tom
![]()
Thomas James Turner Ph.D., Principal Process Development Engineer
Ativa Medical
1000 Westgate Drive, Suite 100, St. Paul, Minnesota 55114
612-968-0709 Direct
--
To unsubscribe from this group and stop receiving emails from it, send an email to manipulatr+...@googlegroups.com.