metadata <- list (
title = "New Title",
abstract = "This is the abstract",
creator = list(list (name = "A. Person"), list(name = "B. Person")),
identifier = "10.5072/zenodo.168108"
)
# create a new client with metadata
cli <- depositsClient$new(
service = "zenodo",
sandbox = TRUE,
metadata = metadata
)
Error in enc2utf8(path) : argument is not a character vector