split_basic {excel2eprime} | R Documentation |
Split the basic sentence without "/"
split_basic(path, col_names = TRUE)
path |
Path to the file |
col_names |
column names contains the experiment sentences |
This function simply returns the tibble that only splits the sentences by space.
split_basic(excel2eprime_example("basic.xlsx"), "A")