split_12 {excel2eprime}R Documentation

Split sentence of the 1 * 2 experiment design

Description

Split sentence of the 1 * 2 experiment design

Usage

split_12(path, col_names = TRUE)

Arguments

path

Path to the file

col_names

column names contains the experiment sentences

Value

This function is for the experiment design of only one main factor that has two factors. It will firstly automatically splits the sentences by space and then divide the sentences into two parts by the character "/". The first part will be stored in the column of the return tibble named "con1" and the second part will be stored in the column named "con2".

Examples

split_12(excel2eprime_example("12.xlsx"), "A")

[Package excel2eprime version 0.4.0 Index]