Learn R Programming

swirlify (version 0.5.3)

wq_message: Template for output without a question

Description

Template for output without a question

Usage

wq_message(output = "put your text output here")

Arguments

output

Text that is displayed to the user.

Examples

Run this code
# NOT RUN {
# While writing a new lesson by hand just use:
wq_message()

# If converting from another format to a swirl course you may want to sue the
# API:
wq_message("Welcome to a course on the central limit theorem.")
# }

Run the code above in your browser using DataLab