path_from {sixtyfour}R Documentation

Get file path starting at a certain path component

Description

Get file path starting at a certain path component

Usage

path_from(path, from)

Value

a single file path of class fs_path/character

Examples

path_from(path = "Rtmpxsqth0/apples/mcintosh/orange.csv", from = "apples")

[Package sixtyfour version 0.2.0 Index]