deposits_metadata_template | R Documentation |
The fields are those defined by the Dublin Core Metadata Initiative (DCMI),
defined at
https://www.dublincore.org/specifications/dublin-core/dcmi-terms/. The
template produced by this function is in json
format which can be manually
edited to provide metadata for a deposit.
deposits_metadata_template(filename = NULL)
filename |
Name or full path to local file where template is to be written. This file will be created. If a file of that name already exists, it must first be deleted. The file extension '.json' will be automatically appended. |
(Invisibly) TRUE
if local file successfully created; otherwise
FALSE
.
Other meta:
dcmi_terms()
,
figshare_categories()
filename <- tempfile (fileext = ".json")
deposits_metadata_template (filename)
# then edit that file to complete metadata
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.