Learn R Programming

jubilee (version 0.3.3)

jubilee.locate_file: 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

Examples

Run this code
# NOT RUN {
  jubilee.locate_file("UNRATE.csv")

# }

Run the code above in your browser using DataLab