create_exercise_gel: Wrapper for Genetic Evaluation Exercises

create_exercise_gelR Documentation

Wrapper for Genetic Evaluation Exercises

Description

Wrapper for Genetic Evaluation Exercises

Usage

create_exercise_gel(
  ps_ex_name,
  pn_exercise_count,
  ps_author,
  pn_nr_problem,
  pd_creation_date = format(Sys.Date(), "%Y-%m-%d"),
  pb_edit = FALSE
)

Arguments

ps_ex_name

name of the exercise

pn_exercise_count

the number of the exercise in the course

ps_author

autor of the exercise

pn_nr_problem

number of problems in the exercise

pd_creation_date

createion data of the exercise

pb_edit

should created file be directly edited

Examples

## Not run: 
create_exercise_gel(ps_ex_name        = "gel_ex01",
                    pn_exercise_count = 1,
                    ps_author         = "Peter von Rohr",
                    pn_nr_problem     = 2)

## End(Not run)

charlotte-ngs/asmss2022 documentation built on June 7, 2022, 1:33 p.m.