ez.fullpath: Returns the full path with resolving

View source: R/os.R

ez.fullpathR Documentation

Returns the full path with resolving

Description

Returns the full path with resolving

Usage

ez.fullpath(path)

ez.fp(path)

Note

Resolve ~, Mac: ~ –> /Users/jerry
Windows: ~ –> C:\Users\Jerry\Documents
Mac environment variable not supported (because it cannot load .bash_profile–check Sys.getenv() and tricker to parse a variable name in path)

Examples

ez.fp('%WINAPPS%/RStudio')

jerryzhujian9/zmisc documentation built on March 9, 2024, 12:49 a.m.