View source: R/split_filepath.R
split_filepath | R Documentation |
A function that splits a filepath. It returns a list of the directories and the filename.
split_filepath(pathname)
pathname |
A pathname to split |
A list with directory names and a filename at the end
Sam Loontjens
split_filepath("/input_directory_licorfiles/photosynthetic_induction_data/
20210226 PI 50-100 75RH 400CO2 T.xlsx")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.