Closed DavidZenz closed 8 months ago
@DavidZenz hi, I think the cache may need to be populated in advance; Using default-parameter local=TRUE
may lead to the error if the cache is empty; Possible work-around:
od_catalogue(local = FALSE)
# subsequent calls of od_catalogue() can use local=TRUE
Does this work for you?
ah, thanks @bernhard-da. did work! Didn't read the documentation carefully enough. Would be a good idea if the function does check if it's running for the first time or cache is too old.
@DavidZenz good that it worked, I agree that there should possibly some safekeeping; I hope we find some time in the future to do this.
Describe the bug Function
od_catalogue()
throws an error, examples in Documentation don't workTo Reproduce
Expected behavior Expected a data.frame containing metadata on the various datasets.
Environment