Hi @nwerth, thanks for this info! I will definitely investigate, looks very promising.
@cderv, what I am trying to do is automating a curl command which will work on a folder of images, and further process its' json outputs, based on this folder. Then will move to next folder, and repeat.
For automation purpose, I am trying to use Knime at the moment, my options are;
-Executing my well-functioning bash script in Knime and let it do the curl
and some other output formatting work (currently working on it, but not sure if it will work as expected, cannot find a way to supply arguments from a .txt file, yet)
-If that fails, I will try to convert my bash script to R
script (re-write) and execute R
script within Knime (this involves use of existing curl
functionality in R
, like httr
).
-Another option is creating a standalone R
script and try to automate it within limits of R
.
While the route is definitely painful for a beginner, I am glad you people are here ! In general, I prefer to struggle whole day, and if all fails, ask 'help
' at evening 
@nwerth, I hope httr helps for the creation of "request body", I spend a day to get whats going on with this body
section, the best solution would be a similarly designed (but R-native) curl
command.