| gdp | R Documentation | 
A wrapper to relax
gdp(time = 4L, freq = 0.05)
time | 
 [num] number of seconds needed to relax yourself (default = 4)  | 
freq | 
 [num] rotating frequency (default = 0.05/s)  | 
invisible()
if (interactive()) {
  gdp()
  gdp(5)
  required_seconds_of_relax <- 10 # AKA: "conta fino a dieci!"
  rate_of_anxiety <- 1/1000       # AKA: "mi girano a mille!"
  gdp(required_seconds_of_relax, rate_of_anxiety)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.