a b/man/get_arm_closures.Rd
1
% Generated by roxygen2: do not edit by hand
2
% Please edit documentation in R/utils-graphics.R
3
\name{get_arm_closures}
4
\alias{get_arm_closures}
5
\title{Generate arm closure summaries for batches}
6
\usage{
7
get_arm_closures(
8
  file_prefix = "closures",
9
  run_time = "2024-08-07-18-35-09",
10
  output_path = "../biomkrAccrual_output_data/",
11
  keep_files = TRUE
12
)
13
}
14
\arguments{
15
\item{file_prefix}{Consistent beginning of filenames holding
16
arm closure data. Defaults to \code{closures}.}
17
18
\item{run_time}{Specify a particular instance of \code{biomkrAccrual()}
19
execution using a date-time format \code{yyyy-mm-dd-hh-mm-ss}.
20
Used to select which files will be summarised.}
21
22
\item{output_path}{Directory where the input files are located
23
and the output files will be written.}
24
25
\item{keep_files}{Save data files and plots generated during the run.
26
Defaults to TRUE.}
27
}
28
\description{
29
Generate arm closure summaries for batches
30
}