Learn R Programming

pkgdown (version 2.1.2)

test-long-lines: Test case: long-lines

Description

The example results should have the copy button correctly placed when scrollings

Arguments

See Also

Other tests: index, test-crayon, test-dont, test-figures, test-links, test-lists, test-math-examples, test-output-styles, test-params, test-sexpr-title, test-tables, test-verbatim

Examples

Run this code
pkgdown:::ruler()

cat(rep("x ", 100), sep = "")
cat(rep("xy", 100), sep = "")
cat(rep("x ", 100), sep = "")
cat(rep("xy", 100), sep = "")

Run the code above in your browser using DataLab