get_config: Get the configuration parameters for the lesson

View source: R/get_config.R

get_configR Documentation

Get the configuration parameters for the lesson

Description

Get the configuration parameters for the lesson

Usage

get_config(path = ".")

Arguments

path

path to the lesson

Value

a yaml list

Examples

tmp <- tempfile()
create_lesson(tmp, open = FALSE, rmd = FALSE)
get_config(tmp)

zkamvar/sandpaper documentation built on April 21, 2024, 1:17 a.m.