copy_wikidata_property
p214 <- copy_wikidata_property(
pid_on_wikidata = "P214", # VIAF ID
pid_equivalence_property = "P2",
languages = c("en", "hu"),
wikibase_api_url = "https://reprexbase.eu/jekyll/api.php",
data_curator = person("Anna", "Mester"), # Replace it with your name
csrf = my_csrf
)
error unused argument (data_curator = person("Anna", "Mester"))
But if I delete this line I will get this error: object 'data_curator' not found