as.drugdose_singlewords | R Documentation |
Converts its argument into an object of the class drugdose_singlewords for use by the dose conversion algorithm.
as.drugdose_singlewords(singlewords)
singlewords |
Either a drugdose_singlewords object (in which case it is returned unchanged), a data.frame, data.table or filename of a csv file in the appropriate format, see 'Details' below. |
The data.frame, data.table or file should have the following columns:
replacement
character; replacement for words
.
If missing (NA), the word is left as it is (equivalent to setting
replacement
equal to words
.
words
character; a single word
A named character vector with class drugdose_singlewords
.
Anoop Shah
Shah AD, Martinez C. An algorithm to derive a numerical daily dose from unstructured text dosage instructions. Pharmacoepidemiol Drug Saf 2006; 15(3): 161-166. doi: 10.1002/pds.1151 http://onlinelibrary.wiley.com/doi/10.1002/pds.1151/
as.drugdose_singlewords
, as.drugdose_multiwords
as.drugdose_patterns
, as.drugdose_lookups
,
export
, addterm
data(singlewords)
# Convert to singlewords dictionary for analysis
singlewords <- as.drugdose_singlewords(singlewords)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.