split_basic {excel2eprime} | R Documentation |
Split the basic sentence without "/"
Description
Split the basic sentence without "/"
Usage
split_basic(path, col_names = TRUE)
Arguments
path |
Path to the file |
col_names |
column names contains the experiment sentences |
Value
This function simply returns the tibble that only splits the sentences by space.
Examples
split_basic(excel2eprime_example("basic.xlsx"), "A")
[Package excel2eprime version 0.4.0 Index]