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?
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?