Skip to contents

Run and optionally commit or push a collection of reports.

Usage

run_commit_push(reports, commit = TRUE, push = FALSE)

Arguments

reports

A vector of report names.

commit

Should the reports be commited? Defaults to `TRUE`.

push

Should the reports be pushed to remote? Defaults to `FALSE`.