mikeblazanin / gcplyr

gcplyr is an R package that facilitates wrangling and analysis of microbial growth curve data
https://mikeblazanin.github.io/gcplyr/
Other
30 stars 2 forks source link

When auto-creating block-name or file-name column, have settings to cut out path/extension #176

Closed mikeblazanin closed 9 months ago

mikeblazanin commented 10 months ago

Something like filename_ext = FALSE and filename_path = TRUE by default, but when altered they include/exclude the extension or path in the column

Note that I might have to check how paths are reported on different operating systems (e.g. slash direction)

mikeblazanin commented 9 months ago

In all supported OSs paths are separated by "/"