Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Dana Mole
ASPREE R Package
Commits
ea66b59f
Commit
ea66b59f
authored
Apr 05, 2019
by
Ashley Stewart
💃
Browse files
Merge remote-tracking branch 'Upstream/master'
parents
95308090
aea00da8
Changes
1
Hide whitespace changes
Inline
Side-by-side
R/data_access.R
View file @
ea66b59f
...
...
@@ -15,6 +15,8 @@ SDrivePaths <- function(ver = 2, prefix = NA) {
stop
(
"Please specify the prefix for S Drive data, e.g. \"S:/MNHS-SPHPM-EPM/ASPREE-Data/ASPREE Longitudinal Data Set/\""
)
}
}
prefixF2_DMC
<-
Sys.glob
(
file.path
(
prefix
,
"ASPREE-Data"
,
"ASPREE Longitudinal Data Set"
,
"Drafts"
,
"Version2"
))
prefix
<-
Sys.glob
(
file.path
(
prefix
,
"ASPREE-Data"
,
"ASPREE Longitudinal Data Set"
,
"LOCKED"
,
"ASPREE Longitudinal Data Set Version*"
))
prefix
<-
prefix
[
file.info
(
prefix
)
$
isdir
]
common_prefix
<-
suppressWarnings
(
...
...
@@ -59,7 +61,7 @@ SDrivePaths <- function(ver = 2, prefix = NA) {
SectionG1
=
Sys.glob
(
file.path
(
prefix
,
"CSV*"
,
"SectionG1_*.csv"
)),
SectionG2
=
Sys.glob
(
file.path
(
prefix
,
"CSV*"
,
"SectionG2_*.csv"
)),
SectionH1
=
Sys.glob
(
file.path
(
prefix
,
"CSV*"
,
"SectionH1_*.csv"
)),
SectionF2_DMC
=
Sys.glob
(
file.path
(
prefix
,
"Stata*"
,
"SectionF2_*.dta"
))
SectionF2_DMC
=
Sys.glob
(
file.path
(
prefix
F2_DMC
,
"SectionF2_*.dta"
))
)
if
(
!
all
(
lapply
(
paths
,
length
)
==
1
))
{
warning
(
"Some sections not found!"
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment