test-output-styles: Test case: output styles

test-output-stylesR Documentation

Test case: output styles

Description

Test case: output styles

See Also

Other tests: index, test-crayon, test-dont, test-figures, test-links, test-lists, test-long-lines, test-params, test-sexpr-title, test-verbatim

Examples

# This example illustrates some important output types
# The following output should be wrapped over multiple lines
a <- 1:100
a

cat("This some text!\n")
message("This is a message!")
warning("This is a warning!")

# This is a multi-line block
{
  1 + 2
  2 + 2
}

hadley/pkgdown documentation built on April 18, 2024, 11:12 p.m.