View source: R/aa_MOMOmaster_set_and_run.R
The master start button for running all of the MoMo code. SetOpts
must be run first.
1 | RunMoMo()
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 | SetOpts(
DoA=as.Date("2013-12-31"),
DoPR=as.Date("2008-1-1"),
WStart=1,
WEnd=52,
country = "Denmark",
source = "SSI",
MFILE = "DoD_DoR.txt",
HFILE = "holidays.txt",
INPUTDIR = system.file("testdata",package="MOMO"),
WDIR = tempdir(),
back = 3,
WWW = 290,
Ysum = 2013,
Wsum = 40,
USEglm2 = TRUE,
useAUTOMN = TRUE,
datesISO = FALSE,
plotGraphs = FALSE
)
#RunMoMo()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.