pings for all %>% user
You need to install dependents before installing pingr.
install.packages("devtools")
install.packages("dplyr")
# Now use beepr instead of pingr
# install_github("rasmusab/pingr")
install.packages("beepr")
library(devtools)
install_github("dichika/pings")
Note: Windows users need Rtools and devtools to install this way.
library(pings)
pings(iris %>%
group_by(Species) %>%
summarise(count=n()) %>%
tally() %>%
print()
)
pings(x, interval = 0.25, countp = 2, endp = 8)
dplyr code
Time interval between sound.
Count "%>%" sound. You can choose 1-10.
Finish sound. You can choose 1-10.