Comment: Multi-line Comments

Description Usage Arguments Author(s) References Examples

View source: R/Comment.R

Description

Multi-line Comments

Usage

1

Arguments

...

comment, not evaluated.

Author(s)

Thell, Spacedman Neal Fultz

References

http://stackoverflow.com/questions/1231195/multiline-comment-workarounds

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
Comment( `

# Put anything in here except back-ticks.

api_idea <- function() {
  return TRUE
}

# Just to show api_idea isn't really there...
print( api_idea )

`)

stackoverflow documentation built on Jan. 10, 2020, 9:07 a.m.