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


epwshiftr documentation built on May 29, 2024, 7:44 a.m.