You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
library(zen4R)
zenodo<-ZenodoManager$new(logger="INFO")
rec<-zenodo$getRecordByDOI("10.5281/zenodo.3378733")
# error on this stepfiles<-rec$listFiles(pretty=TRUE)
The error message:
Error in data.frame(id = x$id, checksum = x$checksum, filename = x$filename, :
arguments imply differing number of rows: 0, 1
And, when I tried to download the data:
#create a folder where to download my files
dir.create("download_zenodo")
#download filesrec$downloadFiles(path="download_zenodo")
Another error:
Error in sum(sapply(files.list, function(x) { :
invalid 'type' (list) of argument
Hi,
I got an error when running the example:
The error message:
And, when I tried to download the data:
Another error:
The session info:
The text was updated successfully, but these errors were encountered: