proj_workflow_config: Get workflow configuration

View source: R/workflow.R

proj_workflow_configR Documentation

Get workflow configuration

Description

Looks for a file named _projthis.yml in path_proj. If present, reads using yaml::read_yaml(); if not present, returns NULL.

Usage

proj_workflow_config(path_proj)

Arguments

path_proj

character path to workflow directory, relative to the project directory.

Details

The configuration supports a single element, render.

render:
  first:
    00-import.Rmd
  last:
    99-publish.Rmd

Value

NULL, or list describing workflow configuration


ijlyttle/projthis documentation built on Aug. 18, 2022, 11:25 a.m.