-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.Rprofile
71 lines (62 loc) · 2.11 KB
/
.Rprofile
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
#this runs when the project opens to set up the file structure and
#last analysis date (aka last time a swift file was opened and quality checked)
library(crayon)
library(odbc)
library(rstudioapi)
library(dbplyr)
library(plyr)
library(dplyr)
library(purrr)
library(tidyr)
library(lubridate)
library(arrow)
library(forcats)
library(ggplot2)
library(plotly)
library(conflicted)
library(phsmethods)
library(stringr)
library(readr)
library(rio)
library(magrittr)
library(janitor)
library(phsstyles)
library(htmlwidgets)
library(parallelly)
library(openxlsx)
library(readxl)
library(data.table)
library(dtplyr)
conflict_prefer('filter','dplyr')
conflict_prefer('mutate','dplyr')
conflict_prefer('summarise', 'dplyr')
conflict_prefer('rename','dplyr')
conflict_prefer('count', 'dplyr')
conflict_prefer('arrange','dplyr')
conflict_prefer('select','dplyr')
conflict_prefer('case_when','dplyr')
conflict_prefer('order_by','dplyr')
conflict_prefer('lag','dplyr')
conflict_prefer('lead','dplyr')
conflict_prefer('first','dplyr')
conflict_prefer('export','rio')
conflict_prefer('last', 'dplyr')
conflict_prefer('read_xlsx', 'readxl')
source("02_setup/data_analysis_latest_date.R")
source("02_setup/set_dir_structure.R")
source("02_setup/new_colnames.R")
source("09_ideas_space/find_a_captnd_file.R")
cat(bold(bgCyan(black(
"##########################################################
| | |
)_) )_) )_)
)___))___))___)\
)____)____)_____)\\
_____|____|____|____\\__
---------\ /---------
^^^^^ ^^^^^^^^^^^^^^^^^^^^^
^^^^ ^^^^ ^^^ ^^
^^^^ ^^^
Welcome to CAPTND, sailor!
To find a file please use '///search_for_file()'. Ahoy!
##########################################################\n"))))