Description Usage Arguments Value Examples
Imports and concactenates all .tsv files in the current working directory
1 | import_tsv(working_dir)
|
working_dir |
characters string of path to directory where files are located |
One data frame. Recommended to use tidyr::separate() on 'filenames[i]' columns.
1 2 3 4 5 | import_tsv()
motility_data <- import_tsv("my_wd") %>%
separate('filenames[i]', c("date, pH, mutation, pCa"), sep = "_")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.