Closed statkclee closed 1 year ago
Hi @statkclee That's a generic error message in R which says that you're entering arguments the function does not accept. If you take a look at ?hf_load_dataset function's help, you'll notice that it has been reworked:
hf_load_dataset( dataset, split = NULL, label_conversion = c("str2int", "int2str") )
i.e. the arguments: as_tibble = TRUE, label_name = "int2str"
have been removed, as the function is now more opinionated about what it returns.
I tried to download dataset, but it's not working