-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_upload_datasets.R
34 lines (22 loc) · 1.32 KB
/
_upload_datasets.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
28
29
30
31
32
33
34
library("piggyback")
pb_new_release(repo = "EDJNet/lau_centres",
tag = "lau_2020_nuts_2021_pop_grid_2018")
pb_upload(fs::path("lau_centres", "lau_2020_nuts_2021_pop_2018_p_2_adjusted_intersection.csv"),
repo = "EDJNet/lau_centres",
tag = "lau_2020_nuts_2021_pop_grid_2018")
pb_new_release(repo = "EDJNet/lau_centres",
tag = "lau_2020_nuts_2016_pop_grid_2018")
pb_upload(fs::path("lau_centres", "lau_2020_nuts_2016_pop_2018_p_2_adjusted_intersection.csv"),
repo = "EDJNet/lau_centres",
tag = "lau_2020_nuts_2016_pop_grid_2018")
pb_new_release(repo = "EDJNet/lau_centres",
tag = "lau_2019_nuts_2016_pop_grid_2018")
pb_upload(fs::path("lau_centres", "lau_2019_nuts_2016_pop_2018_p_2_adjusted_intersection.csv"),
repo = "EDJNet/lau_centres",
tag = "lau_2019_nuts_2016_pop_grid_2018")
pb_new_release(repo = "EDJNet/lau_centres",
tag = "lau_2018_nuts_2016_pop_grid_2018")
pb_upload(fs::path("lau_centres", "lau_2018_nuts_2016_pop_2018_p_2_adjusted_intersection.csv"),
repo = "EDJNet/lau_centres",
tag = "lau_2018_nuts_2016_pop_grid_2018")
#pb_download_url(file = "lau_2020_nuts_2021_pop_2018_p_2_adjusted_intersection.csv", repo = "EDJNet/lau_centres", tag = "lau_2020_nuts_2021_pop_grid_2018")