R_user_dir: Backport of R_user_dir for R < 4.0.0

Description Usage Examples

View source: R/R_user_dir.R

Description

See the original description in tools::R_user_dir.

Usage

1
R_user_dir(package, which = c("data", "config", "cache"))

Examples

1
2
3
4
5
# get function from namespace instead of possibly getting
# implementation shipped with recent R versions:
bp_R_user_dir = getFromNamespace("R_user_dir", "backports")

bp_R_user_dir("backports")

backports documentation built on Dec. 13, 2021, 5:08 p.m.