mkearney / kaggler

🏁 API client for Kaggle
https://github.com/mkearney/kaggler
Other
59 stars 14 forks source link

does not produce required data #5

Open AtharKharal opened 5 years ago

AtharKharal commented 5 years ago

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

` comps1 <- kgl_competitions_list(search = 'santander')

c1_datalist <- kgl_competitions_data_list(10385)

url = c1_datalist$url[1]

df <- read.csv(url)

head(df) `

Any idea what is going on?