format_difficulty: Challenge Difficulty Levels

Description Usage Arguments Format Value Examples

View source: R/difficulty.R

Description

Challenge Difficulty Levels

Usage

1
2
3

Arguments

params

Challenge parameters as list.

Format

difficulty_levels is a character vector of valid difficulty levels.

Value

format_difficulty() returns a character value indicating the challenge difficulty.

Examples

1
2
3
4
difficulty_levels

params <- list(difficulty = "novice")
cat(format_difficulty(params))

kevinrue/BiocChallenges documentation built on Nov. 2, 2021, 7:49 a.m.