jubilee.locate_file {jubilee}R Documentation

Internal utility to locate static file

Description

This utility returns the path to internal file

Usage

jubilee.locate_file(local_file, stop = TRUE)

Arguments

local_file

character, the file name of an internal file.

stop

logical, whether to stop if file can't be located. Default is TRUE.

Value

The path to the file, or else, an empty string

Author(s)

Stephen H. Lihn

Examples

  jubilee.locate_file("UNRATE.csv")


[Package jubilee version 0.3.3 Index]