R/test.R
test-links.Rd
magrittr::subtract(10, 1)
## [1] 9
Other tests: index, test-crayon, test-dont, test-figures, test-lists, test-output-styles, test-params, test-sexpr-title, test-verbatim
index
test-crayon
test-dont
test-figures
test-lists
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