View source: R/shinyCGNM_related.R
make_ShinyCGNM_doseData | R Documentation |
A helper function to write out the csv file that can be read in as the dose file in shinyCGNM
make_ShinyCGNM_doseData(ID, dose, dosing.to, start.time, rate, fileName = NA)
ID |
(required input) string or vector |
dose |
(required input) number or numeric vector |
dosing.to |
(required input) string or string vector |
start.time |
(required input) number or numeric vector |
rate |
(required input) NA, number or numeric vector set ti BA uf bolus |
fileName |
(default: NA) NA or string |
data.frame if fileName is NA Null if fileName is not NA but instead write out the csv file
make_ShinyCGNM_doseData(
ID=seq(1,5),
dose=10,
dosing.to="A_admin",
start.time=0,
rate=NA
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.