Description Usage Arguments Examples
Saves experimental plan as a file.
1 | SaveExperimentalPlan(object, name, type = "xlsx", path = NA)
|
object |
An experimental plan object. |
name |
What should the created file be named. |
type |
What kind of file should be created (csv, xlsx, or e-prime inline). |
path |
(Optional) A path to where the created file should be saved. |
1 2 3 4 5 6 7 | Condition <-
c("Eperimental", "Control")
InitExperimentalPlan(80) %>%
AddFactor(Condition) %>%
RandomizeOrder() %>%
SaveExperimentalPlan("myplan.xlsx")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.