File tree Expand file tree Collapse file tree
server/preprocessing/other-scripts/test Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77 "min_descsize" : 300 ,
88 "limit" : 120 ,
99 "list_size" : 100 ,
10- "custom_clustering " : " mesh "
10+ "repo " : " ftunivbern "
1111}
Original file line number Diff line number Diff line change 11{"funder" :" EC" ,
2- "project_id" :" 267439 " ,
2+ "project_id" :" 643410 " ,
33 "list_size" : -1 ,
44 "vis_id" : " TEST_ID" }
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ options(warn=1)
77wd <- dirname(dirname(rstudioapi :: getActiveDocumentContext()$ path ))
88setwd(wd ) # Don't forget to set your working directory
99
10- query <- " species " # args[2]
10+ query <- " parzival " # args[2]
1111service <- " base"
1212params <- NULL
1313params_file <- " test/params_base.json"
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ setwd(wd) #Don't forget to set your working directory
99
1010# query: project acryonm
1111# params: grant_id and funding_stream
12- query <- " GRINDOOR " # args[2]
12+ query <- " openaire2020 " # args[2]
1313service <- " openaire"
1414params <- NULL
1515params_file <- " test/params_openaire.json"
@@ -71,4 +71,5 @@ if (!exists('output_json')) {
7171 output_json <- enrich_output_json(output_json )
7272}
7373
74- print(output_json )
74+ # print(output_json)
75+ output <- fromJSON(output_json )
You can’t perform that action at this time.
0 commit comments