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
PPS
PPS Data Management
Commits
2ad7e4ef
Commit
2ad7e4ef
authored
Oct 27, 2020
by
Languillaume, Antoine
Browse files
Update branch name in urls
parent
3e4d4353
Changes
2
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
2ad7e4ef
...
...
@@ -11,6 +11,6 @@ To download it on your computer:
3.
Paste the following command in your terminal:
```
r
source
(
"https://git.wageningenur.nl/pps/PPS_data_management/-/raw/
refacto
r/download_project.R"
)
source
(
"https://git.wageningenur.nl/pps/PPS_data_management/-/raw/
maste
r/download_project.R"
)
```
download_project.R
View file @
2ad7e4ef
...
...
@@ -32,7 +32,7 @@ if(length(current_files) != 0){
## Download and unzip project
url_repo
<-
paste0
(
"https://git.wageningenur.nl/pps/PPS_data_management/-/archive/"
,
"
refacto
r/PPS_data_management-refactor.zip"
)
"
maste
r/PPS_data_management-refactor.zip"
)
download.file
(
url
=
url_repo
,
destfile
=
file.path
(
current_wd
,
"project.zip"
))
unzip
(
"project.zip"
)
...
...
Write
Preview
Supports
Markdown
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