cmip_root_set: Set or get the root folder for CMIP data.

View source: R/cmip-root.R

cmip_root_setR Documentation

Set or get the root folder for CMIP data.

Description

Set or get the root folder for CMIP data.

Usage

cmip_root_set(root, mode = "default")

cmip_root_get()

Arguments

root

Root folder.

mode

Mode that defines folder permissions. Can be an umask valid string or the aliases:

  • "default": the default umask returned by Sys.umask(NA).

  • "shared": read and write permissions to any user (mode "0000")

  • "private": read and write permissions only for the current user (mode "7777")


eliocamp/rcmip6 documentation built on Feb. 8, 2025, 4:26 p.m.