README.md

pings

pings for all %>% user

Installation

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.

Example

library(pings)
pings(iris %>%
       group_by(Species) %>%
       summarise(count=n()) %>%
        tally() %>%
        print()
      )

Usage

pings(x, interval = 0.25, countp = 2, endp = 8)

Arguments

x

dplyr code

interval

Time interval between sound.

countp

Count "%>%" sound. You can choose 1-10.

endp

Finish sound. You can choose 1-10.



dichika/pings documentation built on May 15, 2019, 8:23 a.m.