get_abs_path {comFuncs}R Documentation

Get absolute path

Description

Get absolute directory

Usage

get_abs_path(dir, relpath)

Arguments

dir

directory

relpath

relative path

Author(s)

Hanming Tu

Examples

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

[Package comFuncs version 0.0.6 Index]