USER.NAME: Create paths to specific 2dii directories

View source: R/paths.R

USER.NAMER Documentation

Create paths to specific 2dii directories

Description

Create paths to specific 2dii directories

Usage

USER.NAME()

DROPBOX.PATH(...)

GIT.PATH(...)

WEBTOOL.PATH(...)

COMPANY.PATH(...)

dbox_port_00(...)

SCENARIO.DATA.PATH(...)

dbox_port2_10proj(...)

EQMARKET.DATA.PATH(...)

MARKET.DATA.PATH(...)

INDEX.DATA.PATH(...)

INDEX.RESULTS.DATA.PATH(...)

FUND.DATA.PATH(...)

Arguments

...

character vectors, if any values are NA, the result will also be NA. The paths follow the recycling rules used in the tibble package, namely that only length 1 arguments are recycled.

Value

A character string.

See Also

Replaces dataprep.SetPaths().

MASTER.DATA.PATH

Other functions to output 2dii paths: find_dropbox_2dii()

Examples

fs::path_file(fs::path_home())
# Shortcut
USER.NAME()
DROPBOX.PATH()
GIT.PATH()
WEBTOOL.PATH()
COMPANY.PATH()
dbox_port_00("a", "directory")
SCENARIO.DATA.PATH()
dbox_port2_10proj("a", "directory")
EQMARKET.DATA.PATH()
MARKET.DATA.PATH()
INDEX.DATA.PATH()
INDEX.RESULTS.DATA.PATH()
FUND.DATA.PATH()

2DegreesInvesting/r2dii.utils documentation built on March 31, 2022, 11:20 p.m.