wflow_status: Report status of workflowr project.

Description Usage Arguments Details Value Examples

Description

wflow_status reports the analysis files that require user action.

Usage

1
wflow_status(files = NULL, project = ".")

Arguments

files

character (default: NULL) The analysis file(s) to report the status. By default checks the status of all analysis files. Supports file globbing.

project

character (default: ".") By default the function assumes the current working directory is within the project. If this is not true, you'll need to provide the path to the project directory.

Details

wflow_status reports analysis files with one of the following statuses:

wflow_status only works for workflowr projects that use Git.

Value

Returns an object of class wflow_status, which is a list with the following elements:

The data frame status contains the following non-mutually exclusive columns (all logical vectors):

Examples

1
2
3
4
5
6
7
8
9
## Not run: 

wflow_status()
# Get status of specific file(s)
wflow_status("analysis/file.Rmd")
# Save the results
s <- wflow_status()

## End(Not run)

jdblischak/workflowrBeta documentation built on May 17, 2019, 7:28 p.m.