Test case: links

See also

Other tests: test-dont, test-figures, test-lists, test-params, test-widgets

Examples

magrittr::subtract(10, 1)
#> [1] 9
library(magrittr, warn.conflicts = FALSE) subtract(10, 1)
#> [1] 9