Learn R Programming

epwshiftr (version 0.1.4)

get_data_dir: Get the path of directory where epwshiftr data is stored

Description

If option epwshiftr.dir is set, use it. Otherwise, get package data storage directory using rappdirs::user_data_dir().

Usage

get_data_dir()

Arguments

Value

A single string.

Examples

Run this code
options(epwshiftr.dir = tempdir())
get_data_dir()

Run the code above in your browser using DataLab