[d9ee58]: / man / get_arm_closures.Rd

Download this file

31 lines (27 with data), 917 Bytes

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