Learn R Programming

genTS (version 0.1.4)

resolve: Resolve absolute path

Description

Resolve absolute directory

Usage

resolve(dir, relpath)

Arguments

dir

directory

relpath

relative path

Author

Hanming Tu

Examples

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

Run the code above in your browser using DataLab