add_zenodo_json | R Documentation |
Writes a '.zenodo.json' file to the specified path.
Writes a README file to a specific path.
add_zenodo_json(path, title, upload_type, keywords)
add_zenodo_json_theory(path, title, keywords)
path |
Character, indicating the directory in which to create the FAIR theory. |
title |
Character, indicating the theory title. Default: |
upload_type |
Character, indicating the upload type. |
keywords |
Character vector of keywords. |
Invisibly returns a logical value, indicating whether the function was successful or not.
read_json
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_json_theory(path = tempdir(), title = "My Theory",
keywords = c("secondkeyword", "thirdkeyword"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.