View source: R/help_cost_analysis_functions.R
return0_if_not_null_na | R Documentation |
Function to return 0 if the param is not null or NA trimming the white spaces
return0_if_not_null_na(param)
param |
the form of medication either tablet or patch |
zero or -1
parame = NULL
ans <- return0_if_not_null_na(parame)
parame = 1
ans <- return0_if_not_null_na(parame)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.