View source: R/kgl_flow_load.R
kgl_flow_load | R Documentation |
If all of the files in _kaggle_data
are in csv format (excluding the meta directory) then this function will load all of the kaggle data into the current environment (or the environment of your choosing) via readr::read_csv()
.
kgl_flow_load(..., envir = parent.frame())
Nothing.
Other Kaggle Flow:
kgl_flow_competition_info()
,
kgl_flow_leaderboard()
,
kgl_flow_meta()
,
kgl_flow()
## Not run:
kgl_flow("titanic")
kgl_flow_load()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.