file_path_sans_ext: Re-implementation of 'file_path_sans_ext' in 'tools'. This...

Description Usage Arguments Value Author(s)

View source: R/utilities.R

Description

Re-implementation of file_path_sans_ext in tools. This version can handle "." just before the file extenstion, unlike the original implementation.

Usage

1
file_path_sans_ext(x, compression = FALSE)

Arguments

x

Character vector giving file paths.

compression

Logical: should compression extension '.gz', '.bz2' or '.xz' be removed first?

Value

File path without the file extension.

Author(s)

Joona Lehtomaki joona.lehtomaki@gmail.com


cbig/zonator documentation built on May 23, 2020, 7:02 a.m.