Nothing
if(F){
NMdataConf(as.fun="data.table")
file.mod <- "testData/nonmem/xgxr032.mod"
ext <- NMreadExt(file.mod)
ext
ext[par.type=="OMEGA",.(i,j,iblock,blocksize,FIX,value)]
newfile <- "testOutput/xgxr032_replaceInits1.mod"
NMreplaceInits(files=file.mod,inits=ext,newfile=newfile)
readLines(newfile)
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.