Skip to content

Commit

Permalink
Remove mention of 'output' column from intro vignette
Browse files Browse the repository at this point in the history
  • Loading branch information
Selbosh committed Jul 19, 2021
1 parent 7a3bae2 commit 5b4e58a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vignettes/introduction.Rmd
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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.
<!--- `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.

Expand Down

0 comments on commit 5b4e58a

Please sign in to comment.