Skip to content

download data issue #6

Description

@spirosparaskevas

library(kaggler)

kgl_auth(username = "spirosparaskevas", key = "5c4359b2493e0d4c73fef611273f09e8")

KAGGLE_USERNAME={"spirosparaskevas"}
KAGGLE_KEY={"************************"}

comps <- kgl_competitions_list(search = "kkbox")
comps

c1_datalist <- kgl_competitions_data_list(comps$id[2])
c1_datalist
c1_data <- kgl_competitions_data_download(id = comps$id[2], fileName = c1_datalist$name[1])

final command gives an error: ->

Error in if (is.character(txt) && length(txt) == 1 && nchar(txt, type = "bytes") < : missing value where TRUE/FALSE needed

Any suggestion???

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions