read_from_dir function

read_from_dir

read_from_dir

Get full path from a file.

read_from_dir(file, path = NULL)

Arguments

  • file: The file name.
  • path: The file location.

Returns

read_from_dir returns an object of class character with the normalizaed path for a file.

Examples

## Not run: file.create("test_file.txt") read_from_dir("test_file.txt") ## End(Not run)

Author(s)

Cesar Gamboa-Sanabria