Learn R Programming

containerit (version 0.6.0)

Comment: Creates a comment with character content

Description

Creates a comment with character content

Usage

Comment(text)

Arguments

text

The comment text

Value

the object

Examples

Run this code
# NOT RUN {
# A simple label that occupies one line:
comment <- Comment(text = "this is important to note")
the_dockerfile <- dockerfile(clean_session())
addInstruction(the_dockerfile) <- comment
print(the_dockerfile)

# }

Run the code above in your browser using DataLab