kgl_flow | R Documentation |
This is an experimental and opinionated reproducible workflow for working with kaggle competitions. The Kaggle Flow will always check if the competition rules are accepted and the data files for the competition are readily available. If they are not, they will be downloaded.
kgl_flow(id = NULL)
id |
Character. Competition name. |
If id
is NULL this function will check to see if there is a previously recorded competition ID in the metadata. This will only exist if kgl_flow()
was ran in the past for the current R project.
Nothing.
Other Kaggle Flow:
kgl_flow_competition_info()
,
kgl_flow_leaderboard()
,
kgl_flow_load()
,
kgl_flow_meta()
## Not run:
kgl_flow("titanic")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.