Skip to content

copy_wikidata_property error unused argument #34

@mesteranna

Description

@mesteranna

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions