find_path: Finds the full path of a file

Description Usage Arguments Value Author(s) Examples

Description

Finds the full path of a file

Usage

1
find_path(filename)

Arguments

filename

the name of a file

Value

the full path of the filename if an existing file could be found, stops otherwise

Author(s)

Richel Bilderbeek

Examples

1
2
  path <- find_path("toy_example_1.RDa")
  testit::assert(file.exists(path))

richelbilderbeek/wiritttea documentation built on May 27, 2019, 8:02 a.m.