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)
Character. Competition name.
Nothing.
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.
Other Kaggle Flow:
kgl_flow_competition_info()
,
kgl_flow_leaderboard()
,
kgl_flow_load()
,
kgl_flow_meta()
if (FALSE) {
kgl_flow("titanic")
}