split_222 | R Documentation |
Split sentence of the 2 * 2 * 2 experiment design
split_222(path, col_names = TRUE)
path |
Path to the file |
col_names |
column names contains the experiment sentences |
This function is for the experiment design of three main factors that has two factors each. It will firstly automatically splits the sentences by space and then divide the sentences into eight 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", etc...
split_222(excel2eprime_example("222.xlsx"),"A")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.