Writes a '.zenodo.json' file to the specified path.
Writes a README file to a specific path.
Usage
add_zenodo_json(path, title, upload_type, keywords)
add_zenodo_json_theory(path, title, keywords)
Examples
add_zenodo_json(path = tempdir(), title = "Theory Title",
upload_type = "software", keywords = "R")
add_zenodo_json_theory(path = tempdir(), title = "My Theory",
keywords = "secondkeyword")
#> ℹ Add 'Zenodo' metadata
#> ✔ Add 'Zenodo' metadata ... done
#>
add_zenodo_json_theory(path = tempdir(), title = "My Theory",
keywords = c("secondkeyword", "thirdkeyword"))
#> ℹ Add 'Zenodo' metadata
#> ✔ Add 'Zenodo' metadata ... done
#>