-
Notifications
You must be signed in to change notification settings - Fork 3
/
test.Rout
31 lines (24 loc) · 934 Bytes
/
test.Rout
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
R version 4.0.2 (2020-06-22) -- "Taking Off Again"
Copyright (C) 2020 The R Foundation for Statistical Computing
Platform: x86_64-pc-linux-gnu (64-bit)
R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.
Natural language support but running in an English locale
R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.
Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.
[Previously saved workspace restored]
>
> src_files <- fs::dir_ls(path = here::here("src"), glob = "*.R")
>
> print(Sys.getenv('edw_dsn_default'))
[1] "SOMETHING_ELSE"
>
>
> proc.time()
user system elapsed
0.249 0.522 0.227