Learn R Programming

comFuncs (version 0.0.6)

get_abs_path: Get absolute path

Description

Get absolute directory

Usage

get_abs_path(dir, relpath)

Arguments

dir

directory

relpath

relative path

Author

Hanming Tu

Examples

Run this code
  get_abs_path("/Users/htu/myRepo", "scripts")
  # get "/Users/htu/myRepo/scripts"

Run the code above in your browser using DataLab