magrittr::subtract(10, 1)
## [1] 9
Other tests:
index,
test-crayon,
test-dont,
test-figures,
test-lists,
test-long-lines,
test-output-styles,
test-params,
test-sexpr-title,
test-verbatim
magrittr::subtract(10, 1)
#> [1] 9
library(magrittr, warn.conflicts = FALSE)
subtract(10, 1)
#> [1] 9