split_path: Split a file path at /

Description Usage Arguments Details Examples

Description

This function splits a string at '/' and returns a one of the entries. You can not return muplitle entries at this point.

Usage

1
split_path(x, n)

Arguments

x

The string to be split.

n

The entry to be return

Details

This is a hepler function in the read_rbind function.

Examples

1
split_path("foo/bar/foo.csv",2)

jtmccr1/HIVEr documentation built on May 29, 2019, 1:50 a.m.