-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
Many codes have the Error in dublincore(title = "Wikibase Copy Property Log", description = description_text, :
unused argument (dataset_date = Sys.Date())
Depite this they work except for the uploader for multiple properties
I used this test:
musicbrainz_id_properties <- copy_wikidata_property(
pid_on_wikidata = c("P434", "P435", "P436"),
pid_equivalence_property = "P2", # use the P number on your Wikibase instance
languages = c("en", "nl", "hu" ),
wikibase_api_url = "https://reprexbase.eu/jekyll/api.php",
data_curator = person("Anna", "Mester"),
log_path = tempdir(),
csrf=my_csrf
)
The uploader created the first property (MusicBrainz artist ID - P434), gave the dublin core error then did not copy the other two properties.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels