kaggler icon indicating copy to clipboard operation
kaggler copied to clipboard

🏁 API client for Kaggle

Results 12 kaggler issues
Sort by recently updated
recently updated
newest added

library(kaggler) kgl_auth(username = "spirosparaskevas", key = "5c4359b2493e0d4c73fef611273f09e8") KAGGLE_USERNAME={"spirosparaskevas"} KAGGLE_KEY={"************************"} comps

I suppose the installation instructions should include `devtools::install_github("mkearney/kaggler")` instead of devtools::install_packages("mkearney/kaggler"), right?

Edited package installation code.

A few folks have forked this repo and updated, I added my own update as well. Can we review the changes and merge it to the main repository?

Hi i was trying to download Kaggle Data from borismarjanovic/price-volume-data-for-all-us-stocks-etfs using kaggler::kgl_datasets_download(owner_dataset = "borismarjanovic/price-volume-data-for-all-us-stocks-etfs", fileName = XXX) Is it possible to downlod a zip File using this function ? I...

There look to be three different functions here for submissions, but I'm not very clear on how they are to be used? So far some basic trial and error hasn't...

First of all, thank you for this amazing project! I'm getting some issues when downloading a dataset from kaggle using the code bellow: ``` kgl_auth(creds_file = '~/.kaggle/kaggle.json') kgl_auth() data

Obviously GitHub not CRAN....

Changed command to install package with ```devtools``` from devtools:install_package to devtools:install_github. * API devtools:install_package does not exist but with github works fine.

hi, i used following commands but required train.csv file does not show up: ` comps1