test-output-styles: Test case: output styles

Description See Also Examples

Description

Test case: output styles

See Also

Other tests: index, test-crayon, test-dont, test-figures, test-links, test-lists, test-params, test-verbatim

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
# 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
}

Paradigm4/pkgdown documentation built on June 3, 2020, 12:30 a.m.