Learn R Programming

wrapr (version 1.9.6)

print.locum: Print a locum presentation.

Description

Print a locum presentation.

Usage

# S3 method for locum
print(x, ...)

Arguments

x

locum to be formatted

...

additional arguments, use "start" to replace initial step presentation

Value

formatted string

Examples

Run this code
# NOT RUN {
p <- locum() %.>% sin(.)
print(p, start = 5)

# }

Run the code above in your browser using DataLab