Skip to contents

Loads the config.yml written by init_project() and returns it as a markermd_project object. Errors if the directory has not been initialized.

Usage

project_config(path = ".")

Arguments

path

Path to the project directory. Defaults to the working directory.

Value

A markermd_project object.