horn: horn.

Description Usage Examples

Description

A horn and pipe.

Usage

1
2
horn()
horn(x)

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
horn()
base::Sys.sleep(1)
horn()
base::Sys.sleep(.25)
horn()
base::Sys.sleep(.25)
horn()

horn(a <- 1)
'a' %in% ls() #TRUE

a <- horn(2)
a == 2 #TRUE

library(dplyr)
df <- data_frame(x = rnorm(5)) %>%
  horn() %>%
  mutate(y = rnorm(5))

ebuz/horn documentation built on May 28, 2019, 9:38 a.m.