Learn R Programming

MplusAutomation (version 1.0.0)

splitFilePath: Split File and Path into Separate Parts

Description

This is a helper function to split path into path and filename. Code adapted from R.utils filePath command.

Usage

splitFilePath(abspath, normalize = FALSE)

Arguments

abspath

A character string of the file path

Value

A list with elements for the directory, filename, and absolute path.

Examples

Run this code
# NOT RUN {
# make me!!!
# }

Run the code above in your browser using DataLab