-
Notifications
You must be signed in to change notification settings - Fork 6
/
serverDetails.R
27 lines (23 loc) · 1.1 KB
/
serverDetails.R
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
# =============================================================================
# Sever details
# =============================================================================
# NOTE: Fill in this template with details for you own server before using.
# details for accessing server
server <- "" # first part of server address
login <- "" # login of admin or API user
password <- "" # password of that user
# data type - only fill this in if you are downloading one type of data a lot
dataType <- "stata" # possible (relevant) values (not case sensitive):
# tabular tab-delimited data
# stata Stata 14 data
# spss SPSS data
# binary image and sound files
# paradata
# =============================================================================
# Client details
# =============================================================================
# where data will be downloaded to
dataDir <- ""
# use forward slash / in file path
# instead of backlash \ , typical for Windows
# be sure to put a / at the end of the file path