SaveExperimentalPlan: Saves experimental plan as a file.

Description Usage Arguments Examples

Description

Saves experimental plan as a file.

Usage

1
SaveExperimentalPlan(object, name, type = "xlsx", path = NA)

Arguments

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.

Examples

1
2
3
4
5
6
7
Condition <-
  c("Eperimental", "Control")

InitExperimentalPlan(80) %>%
 AddFactor(Condition) %>%
 RandomizeOrder() %>%
 SaveExperimentalPlan("myplan.xlsx")

cedricbatailler/ExperimentalDesigner documentation built on May 13, 2019, 2:53 p.m.