Learn R Programming

wrapr (version 1.9.6)

as.character.locum: Format a locum for presentation.

Description

Format a locum for presentation.

Usage

# S3 method for locum
as.character(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(.)
as.character(p, start = 5)

# }

Run the code above in your browser using DataLab