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

View source: R/esgf.R

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


hongyuanjia/epwshiftr documentation built on March 14, 2024, 9:17 a.m.