From 0d3d6178a302b217896994a1d987232e399af918 Mon Sep 17 00:00:00 2001 From: Barbara Vreede Date: Fri, 7 Apr 2023 21:52:16 +0200 Subject: [PATCH] update documentation --- man/exp_design.Rd | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/man/exp_design.Rd b/man/exp_design.Rd index 71d4123..bba347c 100644 --- a/man/exp_design.Rd +++ b/man/exp_design.Rd @@ -5,17 +5,17 @@ \title{Generate experimental design file} \usage{ exp_design( - date = readline(prompt = "What is the date of the experiment? "), - expID = readline(prompt = "What is the experiment ID? "), - path = "./design.txt" + path = "./design.txt", + date = readline(prompt = "What is the date of the experiment? (YYYYMMDD) "), + expID = readline(prompt = "What is the experiment ID? ") ) } \arguments{ -\item{date}{date (string, preferably formatted as YYYYMMDD)} +\item{path}{path to the design file (dir/name.txt)} -\item{expID}{identifier for the experiment (string)} +\item{date}{date (string, preferably formatted as YYYYMMDD), default is prompted} -\item{path}{path to the design file (dir/name.txt)} +\item{expID}{identifier for the experiment (string), default is prompted} } \description{ With information provided by the user, a file is created