kgl_flow: Kaggle Flow

View source: R/kgl_flow.R

kgl_flowR Documentation

Kaggle Flow

Description

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.

Usage

kgl_flow(id = NULL)

Arguments

id

Character. Competition name.

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.

Value

Nothing.

See Also

Other Kaggle Flow: kgl_flow_competition_info(), kgl_flow_leaderboard(), kgl_flow_load(), kgl_flow_meta()

Examples

## Not run: 
kgl_flow("titanic")

## End(Not run)

KoderKow/kaggler documentation built on Aug. 26, 2023, 11:27 a.m.