convert_exercise_to_nb: Convert Exercise To Notebook

View source: R/ex_convert.R

convert_exercise_to_nbR Documentation

Convert Exercise To Notebook

Description

Wrapper function to convert a RMarkdown exercise source file to a notebook

Usage

convert_exercise_to_nb(ps_ex_name, pb_force = FALSE)

Arguments

ps_ex_name

exercise name

pb_force

boolean flag to force overwrite the generated notebook

Details

The wrapper assumes for convenience directory settings that are used in the course project directory

Examples

## Not run: 
devtools::load_all()
convert_exercise_to_nb(ps_ex_name = 'asm_ex02')

## End(Not run)


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