split_filepath: A function that splits a filepath.

View source: R/split_filepath.R

split_filepathR Documentation

A function that splits a filepath.

Description

A function that splits a filepath. It returns a list of the directories and the filename.

Usage

split_filepath(pathname)

Arguments

pathname

A pathname to split

Value

A list with directory names and a filename at the end

Author(s)

Sam Loontjens

Examples

split_filepath("/input_directory_licorfiles/photosynthetic_induction_data/
               20210226 PI 50-100 75RH 400CO2 T.xlsx")


SamLoontjens/HandlingLicorFiles documentation built on Nov. 14, 2023, 6:32 a.m.