slashslash: Remove double slash (slash a slash)

Description Usage Arguments Details Value Examples

Description

Shortcut for: gsub(pattern="//", replacement="/", x=tmpstr)

Usage

1
slashslash(tmpstr)

Arguments

tmpstr

a path that you want to remove double slashes from

Details

This function is useful for removing double slashes that can appear in full pathnames due to inconsistencies in trailing slashes in working directories etc.

Value

outstr a string of the fixed path

Examples

1
2
3
4
5
tmpstr = "/Library/Frameworks/R.framework/Versions/2.15/Resources/library/
MOD03.A2016209.0515.005.NRT.hdf"

outstr = slashslash(tmpstr)
outstr

proccalibrad documentation built on May 2, 2019, 3:18 p.m.