From 5b4e58a20de0fc2d722b25251f422e50732d11dd Mon Sep 17 00:00:00 2001 From: Selby Date: Mon, 19 Jul 2021 11:13:45 +0100 Subject: [PATCH] Remove mention of 'output' column from intro vignette --- vignettes/introduction.Rmd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vignettes/introduction.Rmd b/vignettes/introduction.Rmd index 723ec43..923d141 100644 --- a/vignettes/introduction.Rmd +++ b/vignettes/introduction.Rmd @@ -1,7 +1,7 @@ --- title: "Introduction to doseminer" author: David Selby and Belay Birlie Yimer -date: April 2021 +date: July 2021 output: prettydoc::html_pretty: theme: leonids @@ -55,7 +55,7 @@ The output includes seven columns: - `freq`: the number of times per day that the dose should be administered - `itvl`: the number of days between 'dose days'; if every day, then 1 - `optional`: an indicator; can the dose be zero? If so, 1, else 0. -- `output`: a 'residual' string of text not parsed by the algorithm. Useful for debugging. May be omitted in future releases. + The package is vectorised, so you can provide a vector and it should process all of it, returning the result in the same order as the input.