Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

Comment

Multi-line Comments


Description

Multi-line Comments

Usage

Comment(...)

Arguments

...

comment, not evaluated.

Author(s)

Thell, Spacedman Neal Fultz

References

Examples

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

Stack Overflow's Greatest Hits

v0.7.0
CC BY-SA 4.0
Authors
Neal Fultz <nfultz@gmail.com> and the StackOverflow.com community
Initial release
2020-01-03

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.