get_data_dir {epwshiftr}R Documentation

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()

Value

A single string.

Examples

options(epwshiftr.dir = tempdir())
get_data_dir()


[Package epwshiftr version 0.1.4 Index]