-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.yml
More file actions
25 lines (24 loc) · 789 Bytes
/
config.yml
File metadata and controls
25 lines (24 loc) · 789 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# This is a configuration file for the config package written
# by RStudio. To use, make sure the package `config` is installed,
# via console:
#
# R > install.packages("config")
#
# Then, you can load within a notebook chunk with `library(config)`.
#
# To use default config settings, simply write `config::get()`.
#
# You can learn more at:
# https://cran.r-project.org/web/packages/config/vignettes/introduction.html.
default:
path:
data:
main: "/Volumes/shlab/Projects/EDI/data/"
raw: "/Volumes/shlab/Projects/EDI/data/raw/"
processed: "/Volumes/shlab/Projects/EDI/data/preprocessed/"
tabletas:
path:
data:
main: "S:/shlab/Projects/EDI/data"
raw: "S:/shlab/Projects/EDI/data/raw"
processed: "S:/shlab/Projects/EDI/data/preprocessed"