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)

Arguments

id

Character. Competition name.

Value

Nothing.

Details

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.

Examples

if (FALSE) {
kgl_flow("titanic")
}