Learn R Programming

EnTraineR (version 1.0.0)

trainer_core_prompt_header: Build the standard header for prompts

Description

Build the standard header for prompts

Usage

trainer_core_prompt_header(profile)

Value

Character header.

Arguments

profile

List from trainer_core_audience_profile().

Examples

Run this code
pr <- trainer_core_audience_profile("applied", 0.05)
cat(trainer_core_prompt_header(pr))

Run the code above in your browser using DataLab