A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://workflowr.github.io/workflowr/articles/../reference/wflow_status.html below:

Report status of workflowr project — wflow_status • workflowr

wflow_status reports the analysis files that require user action.

wflow_status(files = NULL, include_git_status = TRUE, 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.

include_git_status

logical (default: TRUE) Include the Git status of the project files in the output. Note that this excludes any files in the website directory, since these generated files should only be committed by workflowr, and not the user.

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.

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):

Details

wflow_status reports analysis files with one of the following statuses:

wflow_status only works for workflowr projects that use Git.

Examples
if (FALSE) { # \dontrun{

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

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4