Description Usage Arguments Value Author(s) Examples
Change date in worklist from GetWorklist.
1 | ChangeWorklist(date = gsub("-", "", as.character(Sys.Date())))
|
date |
Date you want to change in you worklist. Default is today. |
Return a new worklist.
Xiaotao Shen shenxt@sioc.ac.cn
1 2 3 4 5 6 7 8 9 10 11 12 | #demo data
batch.design <- paste("A",c(1:100), sep = "")
##create a folder for demo
dir.create("Demo")
setwd("Demo")
write.csv(batch.design, "batch.design.csv", row.names = FALSE)
#get worklist
GetWorklist()
##remove other information
file.remove(dir()[dir()!="worklist POS.csv"])
#run ChangeWorklist
ChangeWorklist()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.