Skip to contents

Make a Data Collection Project status diagram.

Usage

dcf_status_diagram(project_dir = ".")

Arguments

project_dir

Path to the Data Collection Framework project to be built.

Value

A character vector of the status diagram, which is also written to the project_dir/status.md file.

Examples

if (FALSE) { # \dontrun{
  dcf_status_diagram("project_directory")
} # }