KoderKow / kaggler

R Interface for the Kaggle API
https://koderkow.github.io/kaggler/
Other
2 stars 2 forks source link

kgl_flow_submit #1

Open KoderKow opened 3 years ago

KoderKow commented 3 years ago

The flow should be able to submit data to a competition.

KoderKow commented 2 years ago

Finally found out how to submit using the API, https://github.com/KoderKow/kaggler/blob/master/R/competition-submissions.R. Now I need to transfer that into the kgl_flow framework.